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 @@