RuoYi
2022-06-26 89eb44afbc1805ea4afd9b03f3a16cf8460cdeee
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>