소스 검색

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

RuoYi 3 년 전
부모
커밋
95aa343805
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>