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="请选择工程投产日期" />