RuoYi
2022-07-12 331dbc44b2c6a0b6933b8869f2473bc5e41cf002
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>