Browse Source

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

master
RuoYi 4 years ago
parent
commit
163d6727b4
  1. 2
      src/views/system/dict/data.vue

2
src/views/system/dict/data.vue

@ -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>

Loading…
Cancel
Save