🎈 perf:el-checkbox的label属性修改为value以兼容下个版本

This commit is contained in:
preschooler
2024-08-22 15:47:47 +08:00
parent fc5e37dd21
commit 70efcadc72
9 changed files with 38 additions and 23 deletions

View File

@@ -182,7 +182,7 @@
<el-checkbox
v-for="dict in getIntDictOptions(DICT_TYPE.BROKERAGE_WITHDRAW_TYPE)"
:key="dict.value"
:label="dict.value"
:value="dict.value"
>
{{ dict.label }}
</el-checkbox>