From ff19b041742602a588fe023dcf296024e0912a1a Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期一, 12 一月 2026 15:48:34 +0800
Subject: [PATCH] 修改发票新增
---
ui/admin-ui3/package.json | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/ui/admin-ui3/package.json b/ui/admin-ui3/package.json
index a7665ed..e011321 100644
--- a/ui/admin-ui3/package.json
+++ b/ui/admin-ui3/package.json
@@ -5,13 +5,13 @@
"type": "module",
"scripts": {
"dev": "vite",
- "build:prod": "vue-tsc --noEmit --skipLibCheck && vite build",
+ "build:prod": " vite build",
"build:stage": "vite build --mode staging",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
- "@smallwei/avue": "^3.6.2",
+ "@smallwei/avue": "^3.7.3",
"@types/file-saver": "^2.0.7",
"@types/nprogress": "^0.2.3",
"@types/sm-crypto": "^0.3.4",
@@ -20,13 +20,13 @@
"axios": "^1.7.9",
"default-passive-events": "^2.0.0",
"echarts": "^5.6.0",
- "element-plus": "^2.9.4",
+ "element-plus": "^2.11.8",
"file-saver": "^2.0.5",
"js-base64": "^3.7.7",
"js-cookie": "^3.0.1",
"nprogress": "^0.2.0",
- "pinia": "^2.3.1",
- "pinia-plugin-persistedstate": "^4.2.0",
+ "pinia": "^3.0.3",
+ "pinia-plugin-persistedstate": "^4.7.1",
"sm-crypto": "^0.3.13",
"splitpanes": "^3.1.8",
"vue": "^3.5.13",
@@ -36,11 +36,12 @@
"devDependencies": {
"@types/splitpanes": "^2.2.6",
"@vitejs/plugin-vue": "^5.2.1",
+ "fast-glob": "^3.3.3",
"sass": "1.84.0",
"svg-sprite-loader": "^6.0.11",
"typescript": "^5.7.3",
"unplugin-auto-import": "^19.0.0",
- "vite": "^6.1.0",
+ "vite": "^5.4.10",
"vite-plugin-compression": "0.5.1",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
--
Gitblit v1.8.0