RuoYi
2022-06-27 6b3157d9053e72b672e0cc092db2bb5a2392d1bc
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>