@@ -80,12 +80,12 @@
center
title="附件上传(可批量)">
<div class="padding-bottom main-color" style="margin-top: -20px">请上传项目的实施方案,系统将对实施方案进行自动解析并填充表单内容。格式为
- doc、docx、pdf
+ docx、pdf
注:pdf的清晰度、格式的规范都将影响内容解析的准确度,如系统无法解析请进行手动填写。
</div>
<uploadFile :data='{projectId:data.id}' :max='1' action="/api/wutong-file/minio/file/getProjectDetail"
@close='show = false'
- accept='.doc,.docx,.pdf'
+ accept='.docx,.pdf'
@success='success'/>
</el-dialog>