跟香港

This commit is contained in:
2025-07-15 16:20:18 +08:00
parent 26b52c0175
commit 3b6e0d6912
6 changed files with 81 additions and 42 deletions

View File

@ -8,6 +8,7 @@
:index="index"
:class="item.elTagType"
@click="handleItem(item)"
:style="{color: props.color}"
>{{ item.label || item.zdmc }}</span>
<el-tag
v-else
@ -33,6 +34,10 @@ const props = defineProps({
type: Array,
default: null
},
color:{
type:String,
default:'#fff'
},
tag: false,
value: [Number, String, Array]
});