Explorar el Código

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

RuoYi hace 3 años
padre
commit
95aa343805
Se han modificado 1 ficheros con 1 adiciones y 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>