From b9427dad6b64a2b96ae8633fe08c55c4e3a53f58 Mon Sep 17 00:00:00 2001 From: yaowanxin <3588231647@qq.com> Date: 星期三, 27 八月 2025 09:52:15 +0800 Subject: [PATCH] 新增应收,台账,改变文件上传方式 --- package.json | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1e90630..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,12 +18,14 @@ "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", "clipboard": "2.0.11", "default-passive-events": "^4.0.0", - "echarts": "5.5.1", + "echarts": "^5.6.0", "element-china-area-data": "^6.1.0", "element-plus": "2.7.6", "file-saver": "2.0.5", -- Gitblit v1.9.3