🎈 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

@ -14,7 +14,7 @@
<el-checkbox
v-for="scope in queryParams.scopes"
:key="scope"
:label="scope"
:value="scope"
style="display: block; margin-bottom: -10px"
>
{{ formatScope(scope) }}