From 08c25e06679a6f29209f6dd29ac71c6e3b954cc9 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 14 十一月 2024 16:38:34 +0800 Subject: [PATCH] 工单白名单基础增删改查 --- package.json | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index f611c03..a240bb6 100644 --- a/package.json +++ b/package.json @@ -36,14 +36,18 @@ "url": "https://gitee.com/y_project/RuoYi-Vue.git" }, "dependencies": { + "@jiaminghi/data-view": "^2.10.0", "@riophae/vue-treeselect": "0.4.0", "axios": "0.24.0", "clipboard": "2.0.8", "core-js": "3.25.3", + "d3": "^7.9.0", "echarts": "5.4.0", + "echarts-gl": "^2.0.9", "element-ui": "2.15.14", "file-saver": "2.0.5", "fuse.js": "6.4.3", + "gsap": "^3.12.5", "highlight.js": "9.18.5", "js-beautify": "1.13.0", "js-cookie": "3.0.1", @@ -52,7 +56,10 @@ "quill": "1.3.7", "screenfull": "5.0.2", "sortablejs": "1.10.2", + "three": "^0.163.0", + "v-scale-screen": "1.0.0", "vue": "2.6.12", + "vue-animate-number": "^0.4.2", "vue-count-to": "1.0.13", "vue-cropper": "0.5.5", "vue-meta": "2.4.0", -- Gitblit v1.8.0