From 0eccc798c6286aab8b473db63a42518363c8b966 Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期二, 26 八月 2025 09:06:32 +0800
Subject: [PATCH] 人力资源页面

---
 package.json |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index 633d6a8..b241ca8 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
   "type": "module",
   "scripts": {
     "dev": "vite",
-    "build:prod": "vite build",
+    "build": "vite build",
     "build:stage": "vite build --mode staging",
     "preview": "vite preview"
   },
@@ -18,6 +18,8 @@
   "dependencies": {
     "@chenfengyuan/vue-qrcode": "^2.0.0",
     "@element-plus/icons-vue": "2.3.1",
+    "@vue-office/docx": "^1.6.3",
+    "@vue-office/excel": "^1.7.14",
     "@vueup/vue-quill": "1.2.0",
     "@vueuse/core": "10.11.0",
     "axios": "0.28.1",

--
Gitblit v1.9.3