mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-07 03:21:38 +00:00
🐛 修复 IDEA 在 v-for="dict in getIntDictOptions(...)" 时,el-option 的 key 会告警的问题
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<el-radio-group v-model="formData.status">
|
||||
<el-radio
|
||||
v-for="dict in getIntDictOptions(DICT_TYPE.COMMON_STATUS)"
|
||||
:key="dict.value as number"
|
||||
:key="dict.value"
|
||||
:label="dict.value"
|
||||
>
|
||||
{{ dict.label }}
|
||||
|
||||
Reference in New Issue
Block a user