RuoYi
2022-07-12 eb9f3d37725c5df391f390c00cdeefa2d9a1d29b
ruoyi-ui/src/views/system/dict/data.vue
@@ -163,7 +163,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>