wupengfei
2025-08-06 301c54de08c6a19b3473a58f756c1c30970f29dd
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: '请输入名称' }]">