소스 검색

附件上传允许pdf格式

duy 2 년 전
부모
커밋
e8ccc33759
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/tentative/material/approach.vue

+ 1 - 1
src/views/tentative/material/approach.vue

@@ -197,7 +197,7 @@
                             <div class="desc">暂无 PDF 数据,请上传</div>
                             <HcDragUpload autoUpload @progress="tableRowPdfProgress" @finished="tableRowPdfFinished"  :action="'endpoint/put-file-attach'" 
                             :accept="'image/png,image/jpg,image/jpeg,application/pdf,.doc,.docx,application/msword'"
-                            :formatTip="'允许格式:jpg/png/pdf/word'"
+                            :formatTip="'.pdf'"
                             />
                         </div>
                     </div>