From 681e65d8ca88f25b108ad61feed9448774c96416 Mon Sep 17 00:00:00 2001 From: lcr <977192391@qq.com> Date: Tue, 18 Jun 2024 14:38:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8F=82=E6=95=B0=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=B5=84=E6=BA=90=E6=A8=A1=E5=9D=97=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FileUpload/index.vue | 2 +- src/views/business/ctApply/index.vue | 71 +++-- src/views/business/ctApplyPlan/index.vue | 150 +++------ src/views/business/ctRebot/index.vue | 14 +- .../business/ctResourceLibrary/index.vue | 293 +++++++++--------- src/views/system/menu/index.vue | 2 +- 6 files changed, 227 insertions(+), 305 deletions(-) diff --git a/src/components/FileUpload/index.vue b/src/components/FileUpload/index.vue index 6c583cf..84eca64 100644 --- a/src/components/FileUpload/index.vue +++ b/src/components/FileUpload/index.vue @@ -60,7 +60,7 @@ export default { // 文件类型, 例如['png', 'jpg', 'jpeg'] fileType: { type: Array, - default: () => ["doc", "xls", "ppt", "txt", "pdf"], + default: () => ["doc", "xls", "xlsx", "ppt", "txt", "pdf"], }, // 是否显示提示 isShowTip: { diff --git a/src/views/business/ctApply/index.vue b/src/views/business/ctApply/index.vue index 8a40570..175b9cc 100644 --- a/src/views/business/ctApply/index.vue +++ b/src/views/business/ctApply/index.vue @@ -35,33 +35,38 @@ 同步应用数据 - - 导出 - - + - - - + + + + - - - - - - - + - - + + + + + + + + + +