From 23006c64e0d7478ff2e8c723f2bfda3781b65b09 Mon Sep 17 00:00:00 2001
From: zhang_12370 <z2864490065@outlook.com>
Date: 星期五, 18 七月 2025 11:59:20 +0800
Subject: [PATCH] 1、优化配煤计算器 2、优化正是库存数据渲染问题

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

diff --git a/package.json b/package.json
index d69c048..ed8607f 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"
   },
@@ -23,7 +23,7 @@
     "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",
@@ -34,6 +34,7 @@
     "nprogress": "0.2.0",
     "pinia": "2.1.7",
     "print-js": "^1.6.0",
+    "qr-scanner": "^1.4.2",
     "qrcode": "^1.5.4",
     "splitpanes": "3.1.5",
     "vue": "3.4.31",

--
Gitblit v1.9.3