diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/addForm.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/addForm.vue new file mode 100644 index 00000000..75873c55 --- /dev/null +++ b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/addForm.vue @@ -0,0 +1,1106 @@ + + + diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/debug.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/debug.vue new file mode 100644 index 00000000..bf16bfc5 --- /dev/null +++ b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/debug.vue @@ -0,0 +1,264 @@ + + + diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/detail.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/detail.vue new file mode 100644 index 00000000..474ed99d --- /dev/null +++ b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/detail.vue @@ -0,0 +1,383 @@ + + + diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/index.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/index.vue new file mode 100644 index 00000000..9174510d --- /dev/null +++ b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/index.vue @@ -0,0 +1,212 @@ + + + + + diff --git a/src/views/pqs/supervise/terminalNetworkDetection/index.vue b/src/views/pqs/supervise/terminalNetworkDetection/index.vue index 24ce34df..acde6166 100644 --- a/src/views/pqs/supervise/terminalNetworkDetection/index.vue +++ b/src/views/pqs/supervise/terminalNetworkDetection/index.vue @@ -8,7 +8,7 @@ - + @@ -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' })