🎈 perf:优化图标选择弹窗宽度

This commit is contained in:
preschooler
2024-08-21 15:12:14 +08:00
parent 1c9d40fc54
commit a4d19cc085
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
<el-radio-button
v-for="dict in getIntDictOptions(DICT_TYPE.SYSTEM_MENU_TYPE)"
:key="dict.label"
:label="dict.value"
:value="dict.value"
>
{{ dict.label }}
</el-radio-button>