mirror of
https://github.com/yangzongzhuan/RuoYi-Vue3.git
synced 2025-09-03 11:16:05 +00:00
优化字典数据回显样式下拉框显示值
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
<el-option
|
||||
v-for="item in listClassOptions"
|
||||
:key="item.value"
|
||||
:label="item.label"
|
||||
:label="item.label + '(' + item.value + ')'"
|
||||
:value="item.value"
|
||||
></el-option>
|
||||
</el-select>
|
||||
|
Reference in New Issue
Block a user