From fdb0ed498f295b50c072c4b3652c08e2d60a747a Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 03 十二月 2025 16:29:57 +0800
Subject: [PATCH] 增加pdf,xlsx,docx文件预览功能

---
 package.json |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json
index 165313e..2573cbc 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,8 @@
     "@saber/nf-form-design-elp": "^1.4.1",
     "@saber/nf-form-elp": "^1.4.4",
     "@smallwei/avue": "^3.6.2",
+    "@vue-office/docx": "^1.6.3",
+    "@vue-office/excel": "^1.7.14",
     "animate.css": "^4.1.1",
     "avue-plugin-ueditor": "^1.0.4",
     "axios": "^1.8.3",
@@ -27,12 +29,17 @@
     "js-base64": "^3.7.4",
     "js-cookie": "^3.0.0",
     "js-md5": "^0.7.3",
+    "lodash": "^4.17.21",
     "mitt": "^3.0.1",
     "nprogress": "^0.2.0",
+    "qs": "^6.14.0",
     "sm-crypto": "^0.3.13",
     "v-code-diff": "^1.13.1",
     "vue": "^3.5.13",
+    "vue-demi": "^0.14.10",
     "vue-i18n": "^9.1.9",
+    "vue-office": "^0.0.5",
+    "vue-pdf-embed": "^2.1.3",
     "vue-router": "^4.3.2",
     "vue3-clipboard": "^1.0.0",
     "vuex": "^4.1.0"

--
Gitblit v1.9.3