From 835032ad3ac0c593544d97e89b8d198fe2c40e5f Mon Sep 17 00:00:00 2001 From: lq <121091329@qq.com> Date: Thu, 4 Sep 2025 11:09:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common-select/index.vue | 7 +- .../assignment-management/index.vue | 86 +++++++++++++------ 2 files changed, 67 insertions(+), 26 deletions(-) diff --git a/src/components/common-select/index.vue b/src/components/common-select/index.vue index fbcc4c9..b895a1e 100644 --- a/src/components/common-select/index.vue +++ b/src/components/common-select/index.vue @@ -13,7 +13,10 @@ @change="handleChange" > - {{ item.name }} +
+ + {{ item.name }} +
@@ -68,4 +71,4 @@ const handleChange = (value) => { selectedValues.value = value; emits('change', value); }; - + \ No newline at end of file diff --git a/src/views/property-marketing/assignment-management/index.vue b/src/views/property-marketing/assignment-management/index.vue index b4519bf..135961e 100644 --- a/src/views/property-marketing/assignment-management/index.vue +++ b/src/views/property-marketing/assignment-management/index.vue @@ -148,6 +148,7 @@