状态
This commit is contained in:
@@ -98,7 +98,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.dict.load('yesOrNo').then(() => {
|
this.dict.load('yesOrNo', 'deviceStatus').then(() => {
|
||||||
this.getConfigList()
|
this.getConfigList()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
@@ -114,6 +114,7 @@ export default {
|
|||||||
// { prop: "girdNames", label: '管辖区域'},
|
// { prop: "girdNames", label: '管辖区域'},
|
||||||
{ slot: "groupCount", label: '监控群聊'},
|
{ slot: "groupCount", label: '监控群聊'},
|
||||||
{ slot: "num", label: '群匹配'},
|
{ slot: "num", label: '群匹配'},
|
||||||
|
{ prop: "status", label: '状态', dict: 'deviceStatus'},
|
||||||
{ slot: "option"},
|
{ slot: "option"},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user