🐛 修复 IDEA 在 v-for="dict in getIntDictOptions(...)" 时,el-optionkey 会告警的问题

This commit is contained in:
YunaiV
2023-12-03 09:52:13 +08:00
parent 3d2d48b601
commit aecc9bb8cb
37 changed files with 56 additions and 49 deletions

View File

@ -29,7 +29,7 @@
>
<el-option
v-for="dict in getIntDictOptions(DICT_TYPE.COMMON_STATUS)"
:key="dict.value as number"
:key="dict.value"
:label="dict.label"
:value="dict.value"
/>