From 2f45334069c2312cb27cf13443522c4151bf380d Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Mon, 20 May 2024 10:50:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E6=B5=8B=E7=82=B9=E8=81=94=E8=B0=83?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/jointDebugList/addForm.vue | 1106 +++++++++++++++++ .../components/jointDebugList/debug.vue | 264 ++++ .../components/jointDebugList/detail.vue | 383 ++++++ .../components/jointDebugList/index.vue | 212 ++++ .../terminalNetworkDetection/index.vue | 3 +- 5 files changed, 1967 insertions(+), 1 deletion(-) create mode 100644 src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/addForm.vue create mode 100644 src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/debug.vue create mode 100644 src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/detail.vue create mode 100644 src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/index.vue 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' })