浏览代码

修改bug

chenrui 6 月之前
父节点
当前提交
04aceb7c1f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/purchasingManagement/purchaseReceipt/uploadVoucherModal.vue

+ 2 - 2
src/views/purchasingManagement/purchaseReceipt/uploadVoucherModal.vue

@@ -24,9 +24,9 @@
             uploadType="attach"
             :action="attachAction"
             upText="添加文件"
-            fileType="*"
+            fileType="PDF"
             @change="changeImport"></Upload>
-          <div style="color:#999999;">(支持图片、word、excel、PDF格式,最多10个附件)</div>
+          <div style="color:#999999;">(支持PDF格式,最多10个附件)</div>
         </a-form-model-item>
       </a-form-model>
       <!-- 按钮 -->