mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-04 18:10:10 +08:00
字典里面不做默认横线了
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div>
|
||||
<template v-if="values.length <= 0">
|
||||
<!--<template v-if="values.length <= 0">
|
||||
—
|
||||
</template>
|
||||
</template>-->
|
||||
<template v-for="(item, index) in options">
|
||||
<template v-if="values.includes(item.value)">
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user