5d85e3e8 by lihua

价值评估质量报告只能上传pdf

1 parent 555f5a2f
...@@ -582,7 +582,7 @@ const formItems = ref<any>([ ...@@ -582,7 +582,7 @@ const formItems = ref<any>([
582 tip: '支持格式:pdf,单个文件不能超过200MB ', 582 tip: '支持格式:pdf,单个文件不能超过200MB ',
583 type: 'upload-file', 583 type: 'upload-file',
584 required: true, 584 required: true,
585 accept: '.pdf, .png', 585 accept: '.pdf',
586 block: true, 586 block: true,
587 default: [], 587 default: [],
588 templateUrl: null, 588 templateUrl: null,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!