监测点联调列表

This commit is contained in:
zhujiyan
2024-05-20 10:50:24 +08:00
parent 4f37469113
commit 2f45334069
5 changed files with 1967 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
<monitorpoint v-if="activeName == '2'" />
</el-tab-pane>
<el-tab-pane label="监测点联调列表" name="3">
<!-- <terminalNetworkDetection v-if="activeName == '3'"></terminalNetworkDetection> -->
<jointDebugList v-if="activeName == '3'" />
</el-tab-pane>
</el-tabs>
</div>
@@ -20,6 +20,7 @@ import undocumented from './components/undocumented/index.vue'
import { mainHeight } from '@/utils/layout'
import terminal from './components/terminainal/index.vue'
import monitorpoint from './components/monitorpoint/index.vue'
import jointDebugList from './components/jointDebugList/index.vue'
defineOptions({
name: 'Processsupervision/interferencemanagement'
})