修复自定义属性字典选项显示问题,将标签从key改为value以正确显示字典值
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
<el-option
|
||||
v-for="(item, idx) in getDictValuesByType(attr.description)"
|
||||
:key="idx"
|
||||
:label="item.key"
|
||||
:label="item.value"
|
||||
:value="item.key"
|
||||
/>
|
||||
</el-select>
|
||||
|
||||
Reference in New Issue
Block a user