Explorar o código

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

RuoYi %!s(int64=3) %!d(string=hai) anos
pai
achega
95aa343805
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ruoyi-ui/src/views/system/dict/data.vue

+ 1 - 1
ruoyi-ui/src/views/system/dict/data.vue

@@ -163,7 +163,7 @@
163 163
             <el-option
164 164
               v-for="item in listClassOptions"
165 165
               :key="item.value"
166
-              :label="item.label"
166
+              :label="item.label + '(' + item.value + ')'"
167 167
               :value="item.value"
168 168
             ></el-option>
169 169
           </el-select>