From 65f85855e6817f1e7b73afbed0a19be440b33887 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期二, 07 一月 2025 10:53:12 +0800
Subject: [PATCH] 设备监控页面调整设备详细信息弹窗展示字段

---
 package.json |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index bba804e..860c901 100644
--- a/package.json
+++ b/package.json
@@ -11,9 +11,12 @@
   },
   "dependencies": {
     "@antv/data-set": "^0.11.4",
+    "@hufe921/canvas-editor": "^0.9.96",
     "@jeecg/antd-online-mini": "3.4.3-beta2",
-    "@tinymce/tinymce-vue": "2.1.0",
+    "@jiaminghi/data-view": "^2.10.0",
+    "@tinymce/tinymce-vue": "^2.1.0",
     "@toast-ui/editor": "^2.1.2",
+    "angular-expressions": "^1.4.0",
     "ant-design-vue": "^1.7.2",
     "axios": "^0.18.0",
     "china-area-data": "^5.0.1",
@@ -21,22 +24,29 @@
     "codemirror": "^5.46.0",
     "cron-parser": "^2.10.0",
     "dayjs": "^1.8.0",
+    "docxtemplater": "^3.53.0",
+    "docxtemplater-image-module-free": "^1.1.1",
     "dom-align": "1.12.0",
     "echarts": "^5.5.0",
     "enquire.js": "^2.1.6",
+    "file-saver": "^2.0.5",
     "jquery": "^3.7.1",
     "js-cookie": "^2.2.0",
+    "jszip": "^3.10.1",
+    "jszip-utils": "^0.1.0",
     "lodash.get": "^4.4.2",
     "lodash.pick": "^4.4.0",
     "md5": "^2.2.1",
     "nprogress": "^0.2.0",
+    "pizzip": "^3.1.7",
     "qiankun": "^2.5.1",
-    "tinymce": "5.4.1",
+    "tinymce": "^5.4.1",
     "viser-vue": "^2.4.8",
     "vue": "^2.6.10",
     "vue-area-linkage": "^5.1.0",
     "vue-calendar-component": "^2.8.2",
     "vue-cropper": "^0.5.4",
+    "vue-drag-resize": "^1.5.4",
     "vue-i18n": "^8.7.0",
     "vue-loader": "^15.7.0",
     "vue-ls": "^3.2.0",
@@ -58,13 +68,13 @@
     "@vue/cli-service": "^3.3.0",
     "@vue/eslint-config-standard": "^4.0.0",
     "babel-eslint": "7.2.3",
+    "compression-webpack-plugin": "^3.1.0",
     "eslint": "^5.16.0",
     "eslint-plugin-vue": "^5.1.0",
+    "html-webpack-plugin": "^4.2.0",
     "less": "^3.9.0",
     "less-loader": "^4.1.0",
-    "vue-template-compiler": "^2.6.10",
-    "html-webpack-plugin": "^4.2.0",
-    "compression-webpack-plugin": "^3.1.0"
+    "vue-template-compiler": "^2.6.10"
   },
   "eslintConfig": {
     "root": true,

--
Gitblit v1.9.3