监测点联调列表
This commit is contained in:
@@ -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'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user