src/views/DictionaryManage/components/AddOrEditDictionaryDialog.vue
@@ -43,6 +43,7 @@ label="图片:" prop="field2" v-if="category?.data?.code === CategoryCode.Welfare" :check-rules="[{ type: 'upload', message: '请上传图片' }]" > <ProFormImageUpload v-model:file-url="form.field2" :limitFileCount="1"></ProFormImageUpload> </ProFormItemV2>