This commit is contained in:
liuye
2023-09-11 17:14:08 +08:00
parent 12c3076fbf
commit d217c3a7d9

View File

@@ -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"},
] ]
}, },