优化字典数据回显样式下拉框显示值

zmy
RuoYi 2022-06-26 13:15:17 +08:00
parent a573c4b10d
commit 95aa343805
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,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>