疯狂的狮子li
2022-07-06 c33aa5c9698d9b3e15660fa4719bc5583b07dd49
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>
@@ -397,3 +397,4 @@
  }
};
</script>