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