字典里面不做默认横线了

This commit is contained in:
2023-03-20 14:54:10 +08:00
parent 38e94a18dd
commit d321e32529

View File

@@ -1,8 +1,8 @@
<template> <template>
<div> <div>
<template v-if="values.length <= 0"> <!--<template v-if="values.length <= 0">
</template> </template>-->
<template v-for="(item, index) in options"> <template v-for="(item, index) in options">
<template v-if="values.includes(item.value)"> <template v-if="values.includes(item.value)">
<span <span