From 1693cd477b95c49eb3ca48584eeba50ecdccdda1 Mon Sep 17 00:00:00 2001 From: lq <121091329@qq.com> Date: Sat, 20 Sep 2025 17:17:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E6=96=99=E5=BA=93=E5=92=8C=E6=88=90?= =?UTF-8?q?=E5=93=81=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/draw-popup.vue | 327 +++++++++--------- 1 file changed, 164 insertions(+), 163 deletions(-) diff --git a/src/views/property-marketing/assignment-management/components/draw-popup.vue b/src/views/property-marketing/assignment-management/components/draw-popup.vue index f78d8a6..af1841c 100644 --- a/src/views/property-marketing/assignment-management/components/draw-popup.vue +++ b/src/views/property-marketing/assignment-management/components/draw-popup.vue @@ -129,172 +129,177 @@ - - + - - - -
+
+
+
已选择:
+
{{ choseText }}
+
+ +
+
+
+ + +
+
+ + + +
+ - - - - - - -
- -
- -
- +
+ @@ -546,10 +551,6 @@ watch(showDriwer, (newVal) => { } }); -const handleTabSelect = (value) => { - isActive.value = value; -}; - const handleDateChange = (date) => {}; // 暴露方法给父组件 const showDrawer = (accountInfo = null) => {