Browse Source

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

master
RuoYi 2 years ago
parent
commit
95aa343805
  1. 2
      ruoyi-ui/src/views/system/dict/data.vue

2
ruoyi-ui/src/views/system/dict/data.vue

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

Loading…
Cancel
Save