From 87d2624b624ec995cad717c04281f75bb9102651 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 26 九月 2025 15:29:56 +0800
Subject: [PATCH] fix: bug

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

diff --git a/package.json b/package.json
index 206a216..f1a0151 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "rlzy-web",
   "private": true,
-  "version": "1.0.0",
+  "version": "1.1.0",
   "scripts": {
     "dev": "cross-env vite",
     "dev:jx": "cross-env VITE_AppType=jx vite",
@@ -47,7 +47,7 @@
     "css-color-function": "^1.3.3",
     "dayjs": "^1.11.5",
     "echarts": "^5.5.1",
-    "element-plus": "^2.8.4",
+    "element-plus": "^2.11.2",
     "element-resize-detector": "^1.2.4",
     "fabric": "5.3.0",
     "fabric-history": "1.6.0",
@@ -77,6 +77,7 @@
     "vue": "3.5.11",
     "vue-component-type-helpers": "^2.1.6",
     "vue-echarts": "^7.0.3",
+    "vue-json-viewer": "^3.0.4",
     "vue-router": "^4.4.5",
     "vue-types": "^5.1.3",
     "xlsx": "0.18.5",

--
Gitblit v1.9.1