From b9f97fe312194819426a50132439a426aed4953b Mon Sep 17 00:00:00 2001 From: p71924506 <222@qq.com> Date: Thu, 8 Dec 2022 10:43:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9F=A5=E7=9C=8B=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=20=E4=BE=9D=E8=B5=96=E6=8F=92=E4=BB=B6=20=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E5=8A=9F=E8=83=BD=E4=B8=8D=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 ++ src/views/fileList/FileList.vue | 35 +++++++++++++++++++++++++++--- yarn.lock | 38 +++++++++++++++++++++++++++++++-- 3 files changed, 70 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b10b708..0ff3f4c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,9 @@ "dependencies": { "axios": "0.18.1", "core-js": "^3.26.1", + "docx-preview": "^0.1.14", "element-ui": "2.13.2", + "js-base64": "^3.7.3", "js-cookie": "2.2.0", "js-md5": "^0.7.3", "moment": "^2.29.4", diff --git a/src/views/fileList/FileList.vue b/src/views/fileList/FileList.vue index ff693d1..50ecb2c 100644 --- a/src/views/fileList/FileList.vue +++ b/src/views/fileList/FileList.vue @@ -91,6 +91,15 @@ 确 定 + + + + + @@ -140,11 +150,15 @@ + + +