From 7c8495ed7c0066ca136ce6049b39c25d8ed4e0f9 Mon Sep 17 00:00:00 2001 From: lq <121091329@qq.com> Date: Mon, 15 Sep 2025 19:48:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=9C=9F=E9=80=89=E6=8B=A9=E5=99=A8?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/date-selector.vue | 34 ++++++++++++++++--- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/src/views/property-marketing/assignment-management/components/date-selector.vue b/src/views/property-marketing/assignment-management/components/date-selector.vue index 7cb81f8..e4bf860 100644 --- a/src/views/property-marketing/assignment-management/components/date-selector.vue +++ b/src/views/property-marketing/assignment-management/components/date-selector.vue @@ -7,6 +7,7 @@ @change="handleDateChange" v-model="currentDate" format="YYYY年MM月DD日周dd" + value-format="YYYY-MM-DD" /> @@ -43,7 +46,13 @@
- + {{ choseType }}