7c989241 by lihua

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

1 parent 51817ede
...@@ -578,7 +578,7 @@ const formItems = ref<any>([ ...@@ -578,7 +578,7 @@ const formItems = ref<any>([
578 tip: '支持格式:pdf,单个文件不能超过200MB ', 578 tip: '支持格式:pdf,单个文件不能超过200MB ',
579 type: 'upload-file', 579 type: 'upload-file',
580 required: true, 580 required: true,
581 accept: '.pdf, .png', 581 accept: '.pdf',
582 block: true, 582 block: true,
583 default: [], 583 default: [],
584 templateUrl: null, 584 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!