From cb20c7e232e2feb64bd0551e23ebc569bad7acc6 Mon Sep 17 00:00:00 2001 From: chenrui <1950717904@qq.com> Date: Tue, 24 Sep 2024 11:59:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A3=80=E6=9F=A5=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E6=97=B6=E9=97=B4=E4=BB=A5=E5=8F=8Atab=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/administrative/appointmentEdit.vue | 11 ++++++++++- src/views/enforce/enforcementPlanAdd.vue | 2 +- src/views/enforce/enforcementPlanBase.vue | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/views/administrative/appointmentEdit.vue b/src/views/administrative/appointmentEdit.vue index 1f36910..5902dd2 100644 --- a/src/views/administrative/appointmentEdit.vue +++ b/src/views/administrative/appointmentEdit.vue @@ -214,6 +214,7 @@ @@ -448,6 +449,14 @@ data.deptChecked=true; } } + const currentDate =() => { + const now = new Date(); + const year = now.getFullYear(); + const month = (now.getMonth() + 1).toString().padStart(2, '0'); + const day = now.getDate().toString().padStart(2, '0'); + data.currentDate = [year, month, day] + data.minDate = new Date(year, month-1, day); + } const dataFillIn = (id) => { getByIdToDataFillIn(id,success =>{ @@ -682,7 +691,7 @@ nameCorrect(); // 数据填充 dataFillIn(route?.query?.id); - + currentDate() // getLinkageByValueAndParentId("check_item", "100"); diff --git a/src/views/enforce/enforcementPlanAdd.vue b/src/views/enforce/enforcementPlanAdd.vue index 4a35607..35c404d 100644 --- a/src/views/enforce/enforcementPlanAdd.vue +++ b/src/views/enforce/enforcementPlanAdd.vue @@ -871,8 +871,8 @@ position: absolute; top: 0.05rem; right: 0; - color: #1367fe; font-size: 0.3rem; + color: #fb710b !important; } .down-mod i { diff --git a/src/views/enforce/enforcementPlanBase.vue b/src/views/enforce/enforcementPlanBase.vue index 92f1a6c..6f280d4 100644 --- a/src/views/enforce/enforcementPlanBase.vue +++ b/src/views/enforce/enforcementPlanBase.vue @@ -54,7 +54,7 @@ const data = reactive({ value: '0' }, { - title: '行政检查计划', + title: '查询检查计划', value: '1' }, ],