From 5dbbefcb9109b5494d13b3353eedc7e3bf5ca9b6 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Fri, 28 Jun 2024 16:19:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E7=9B=91=E6=B5=8B=20=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../electricalEnergy/components1/online.vue | 18 ++++++++++++------ .../components/terminainal/addForm.vue | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/views/pqs/supervise/electricalEnergy/components1/online.vue b/src/views/pqs/supervise/electricalEnergy/components1/online.vue index 401cb29d..c02519e7 100644 --- a/src/views/pqs/supervise/electricalEnergy/components1/online.vue +++ b/src/views/pqs/supervise/electricalEnergy/components1/online.vue @@ -6,6 +6,12 @@ + + + + + + - + - + { // tableStore.table.data = [ @@ -307,6 +312,7 @@ const tableStore = new TableStore({ tableStore.table.params.alertThreshold = 5 tableStore.table.params.alarmThreshold = 5 tableStore.table.params.targetList = [] +tableStore.table.params.lineType = null tableStore.table.params.dataType = '1' tableStore.table.params.deptId = dictData.state.area[0].id provide('tableStore', tableStore) diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/addForm.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/addForm.vue index 0e41a12e..12ba7df1 100644 --- a/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/addForm.vue +++ b/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/addForm.vue @@ -49,7 +49,7 @@ type="date" format="YYYY-MM-DD" value-format="YYYY-MM-DD" - :disabled-date="disabledDate" + placeholder="请选择工程投产日期" />