跟香港
This commit is contained in:
@ -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]
|
||||
});
|
||||
|
Reference in New Issue
Block a user