RuoYi
2022-06-26 489ebdf4b1f20bda51be2b430c9ef4883750ee93
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>