wupengfei
2025-08-07 61c935836c947aaf3421731045d024d064cc6688
src/views/DictionaryManage/components/AddOrEditDictionaryDialog.vue
@@ -17,6 +17,7 @@
          v-model="form.field1"
          :value-enum="dictionaryDataList"
          enum-value-key="code"
          :convertEnumValue="false"
        />
      </ProFormItemV2>
      <ProFormItemV2 label="名称:" prop="content" :check-rules="[{ message: '请输入名称' }]">