🐛 修复 menu 在 IDEA 报错的问题
This commit is contained in:
parent
2ceb3b978c
commit
6593c603a2
@ -29,7 +29,7 @@
|
||||
>
|
||||
<el-option
|
||||
v-for="dict in getIntDictOptions(DICT_TYPE.COMMON_STATUS)"
|
||||
:key="dict.value"
|
||||
:key="dict.value as number"
|
||||
:label="dict.label"
|
||||
:value="dict.value"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user