wupengfei
8 天以前 a4978ef36ce6dc9c6723b61b20fd27cffd907ad9
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>