mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-10 13:05:01 +00:00
🎈 perf:el-radio的label属性修改为value以兼容下个版本
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<el-radio
|
||||
v-for="dict in getIntDictOptions(DICT_TYPE.BPM_MODEL_FORM_TYPE)"
|
||||
:key="dict.value"
|
||||
:label="dict.value"
|
||||
:value="dict.value"
|
||||
>
|
||||
{{ dict.label }}
|
||||
</el-radio>
|
||||
|
||||
Reference in New Issue
Block a user