From 711d4e52b09a91bfbcdb3c025af9d812276eb23a Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Sat, 12 Oct 2024 09:54:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=97=E7=BD=91=E6=BC=8F=E6=B4=9E=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/store/tools/toolsType.vue | 2 +- src/views/warehouseManage/machinery/type-nw/index.vue | 2 +- src/views/warehouseManage/machinery/type/index.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/store/tools/toolsType.vue b/src/views/store/tools/toolsType.vue index 831812d..e18d061 100644 --- a/src/views/store/tools/toolsType.vue +++ b/src/views/store/tools/toolsType.vue @@ -450,7 +450,7 @@ :file-list="field101fileList" action="#" :limit="1" - accept=".docx, .pdf" + accept=".docx" :http-request=" (obj) => fileUpLoad(obj, 'fileUrl') " diff --git a/src/views/warehouseManage/machinery/type-nw/index.vue b/src/views/warehouseManage/machinery/type-nw/index.vue index d975cf0..cf3236b 100644 --- a/src/views/warehouseManage/machinery/type-nw/index.vue +++ b/src/views/warehouseManage/machinery/type-nw/index.vue @@ -504,7 +504,7 @@ :file-list="field101fileList" action="#" :limit="1" - accept=".docx, .pdf" + accept=".docx" :http-request=" (obj) => fileUpLoad(obj, 'fileUrl') " diff --git a/src/views/warehouseManage/machinery/type/index.vue b/src/views/warehouseManage/machinery/type/index.vue index b6243c4..75a42c6 100644 --- a/src/views/warehouseManage/machinery/type/index.vue +++ b/src/views/warehouseManage/machinery/type/index.vue @@ -513,7 +513,7 @@ :file-list="field101fileList" action="#" :limit="1" - accept=".docx, .pdf" + accept=".docx" :http-request=" (obj) => fileUpLoad(obj, 'fileUrl') "