价值评估质量报告只能上传pdf
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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, | ... | ... |
-
Please register or sign in to post a comment