🐛 修复 notice 在 IDEA 报错的问题

This commit is contained in:
YunaiV
2023-12-02 20:08:05 +08:00
parent 1066551fd1
commit b103c40874
4 changed files with 7 additions and 7 deletions

View File

@ -26,7 +26,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"
/>