From 8ffb93e86e64ebbe2e73e43444f6b1fe7885c0f0 Mon Sep 17 00:00:00 2001
From: zhujiyan <17812234322@163.com>
Date: Fri, 7 Jun 2024 09:35:49 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8A=80=E6=9C=AF=E7=9B=91=E7=9D=A3=E8=AE=A1?=
=?UTF-8?q?=E5=88=92=E7=AE=A1=E7=90=86-=E6=96=B0=E5=A2=9E=E8=AE=A1?=
=?UTF-8?q?=E5=88=92-=E8=AE=A1=E5=88=92=E5=BC=80=E5=A7=8B=E6=97=B6?=
=?UTF-8?q?=E9=97=B4=E7=BB=93=E6=9D=9F=E6=97=B6=E9=97=B4=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E7=A6=81=E9=80=89=E8=8C=83=E5=9B=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../harmonicSurvey/components/planAdd.vue | 57 ++++++++++++++-----
1 file changed, 42 insertions(+), 15 deletions(-)
diff --git a/src/views/pqs/supervise/harmonicSurvey/components/planAdd.vue b/src/views/pqs/supervise/harmonicSurvey/components/planAdd.vue
index b2a31577..90fe940c 100644
--- a/src/views/pqs/supervise/harmonicSurvey/components/planAdd.vue
+++ b/src/views/pqs/supervise/harmonicSurvey/components/planAdd.vue
@@ -1,13 +1,21 @@
-
+
-
+
@@ -33,6 +42,7 @@
v-model="form.planEndTime"
type="date"
placeholder="选择计划结束时间"
+ :disabled-date="disableEndDate"
value-format="YYYY-MM-DD"
>
@@ -131,9 +141,15 @@