From 1a26df4c972572175f850ae02a38454d89ae7736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Tue, 1 Aug 2023 14:15:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A1=AE=E6=9D=83APP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../village/contractor/contractWord.vue | 61 +++++++++++++++++-- 1 file changed, 57 insertions(+), 4 deletions(-) diff --git a/src/views/contracted/village/contractor/contractWord.vue b/src/views/contracted/village/contractor/contractWord.vue index 93154744..97be5152 100644 --- a/src/views/contracted/village/contractor/contractWord.vue +++ b/src/views/contracted/village/contractor/contractWord.vue @@ -17,8 +17,8 @@
- - + + + + + + + + + + + + + + - +

保存

@@ -88,6 +136,8 @@ value:'', showType:false, showZjType:false, + showQDSJ:false, + showCBQS:false, typeOptions:[{ dictLabel:'类型1', dictValue:'1', @@ -100,7 +150,10 @@ dictLabel:'类型2', dictValue:'1', }], - radio:1 + radio:1, + minDate: new Date(2020, 0, 1), + maxDate: new Date(2025, 10, 1), + currentDate: new Date(2021, 0, 17), }; }, created() {