diff --git a/src/views/home/well/index.vue b/src/views/home/well/index.vue index 6c0e28a..e6cd0a5 100644 --- a/src/views/home/well/index.vue +++ b/src/views/home/well/index.vue @@ -27,7 +27,7 @@ { text: '布防状态', value: 'bfztName', align: 'center' }, { text: '状态', value: 'monitorStateName', align: 'center' }, { text: '感知设备', value: 'device', align: 'center' }, - { text: '标签', value: 'tag', align: 'center' }, + { text: '标签', value: 'marker', align: 'center' }, ]) // 最终展示列 const columnsConfig = ref([]) @@ -49,6 +49,7 @@ onState: '', // 使用状态 bfzt: '', // 布防状态 monitorState: '', // 监控状态 + marker: '', }) // 查询数据 const fetchData = () => { @@ -78,6 +79,7 @@ onState: '', // 使用状态 bfzt: '', // 布防状态 monitorState: '', // 监控状态 + marker: '', } fetchData() } @@ -210,7 +212,7 @@ - +