zhengyiming
2025-08-08 2a681aed4c274560c04ab3699a4ace88abefcb90
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>