From ab8b28ea22c4fed7718a160612ea87846ff842ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=B2=E4=B9=88=E4=BA=86?= Date: Mon, 26 Feb 2024 19:55:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=A8=A1=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/template/README.md | 4 +- src/template/table.vue | 155 ++++++++++++++++++ .../online/eventStatistics/index.vue | 2 +- .../online/eventStudy/index.vue | 151 ++++++++++++++++- .../monitoringPoint/online/index.vue | 2 +- 5 files changed, 307 insertions(+), 7 deletions(-) create mode 100644 src/template/table.vue diff --git a/src/template/README.md b/src/template/README.md index 5f41d454..3997be7e 100644 --- a/src/template/README.md +++ b/src/template/README.md @@ -1,2 +1,2 @@ -dialog 弹框标准模版 -表格模版参照 /views/userList/index.vue +dialog 弹框标准模版 +table 表格模版 diff --git a/src/template/table.vue b/src/template/table.vue new file mode 100644 index 00000000..62b3dbb0 --- /dev/null +++ b/src/template/table.vue @@ -0,0 +1,155 @@ + + diff --git a/src/views/pms/voltageSags/monitoringPoint/online/eventStatistics/index.vue b/src/views/pms/voltageSags/monitoringPoint/online/eventStatistics/index.vue index 4881e532..f99bb014 100644 --- a/src/views/pms/voltageSags/monitoringPoint/online/eventStatistics/index.vue +++ b/src/views/pms/voltageSags/monitoringPoint/online/eventStatistics/index.vue @@ -30,7 +30,7 @@ import Zanjiangfenbutongji from './zanjiangfenbutongji/index.vue' import Zanjiangfuzhigailvfenbu from './zanjiangfuzhigailvfenbu/index.vue' import Chixushijiangailvfenbu from './chixushijiangailvfenbu/index.vue' -const activeName = ref('6') +const activeName = ref('1') const height = mainHeight(84) diff --git a/src/views/pms/voltageSags/monitoringPoint/online/eventStudy/index.vue b/src/views/pms/voltageSags/monitoringPoint/online/eventStudy/index.vue index 381890af..e59cdd64 100644 --- a/src/views/pms/voltageSags/monitoringPoint/online/eventStudy/index.vue +++ b/src/views/pms/voltageSags/monitoringPoint/online/eventStudy/index.vue @@ -1,10 +1,155 @@ - diff --git a/src/views/pms/voltageSags/monitoringPoint/online/index.vue b/src/views/pms/voltageSags/monitoringPoint/online/index.vue index 1f67935f..2d4ea6e1 100644 --- a/src/views/pms/voltageSags/monitoringPoint/online/index.vue +++ b/src/views/pms/voltageSags/monitoringPoint/online/index.vue @@ -32,7 +32,7 @@ defineOptions({ }) const monitoringPoint = useMonitoringPoint() const height = mainHeight(82) -const activeName = ref('2') +const activeName = ref('3') watch( () => router.currentRoute.value.query.lineId, (newLineId, oldLineId) => {