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) => {