Browse Source

fix 项目迁移

scorpio 2 years ago
parent
commit
8c1a113674
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/home/component/proinfo.vue

+ 2 - 2
src/views/home/component/proinfo.vue

@@ -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>
   </div>