From a3e955e801044d8abc2ec575cdf74a6815b8d963 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期四, 11 九月 2025 15:30:36 +0800 Subject: [PATCH] 优化配方维护功能-增加简写首字母自动填充,优化车间大屏和设备大屏界面 --- package.json | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index 1a061de..01595b4 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "gen:icon": "esno ./build/generate/icon/index.ts" }, "dependencies": { + "@amap/amap-jsapi-loader": "^1.0.1", "@ant-design/colors": "^6.0.0", "@ant-design/icons-vue": "^6.1.0", "@dataview/datav-vue3": "^0.0.0-test.1672506674342", @@ -47,9 +48,11 @@ "@vueuse/core": "^8.3.0", "@vueuse/shared": "^8.3.0", "@zxcvbn-ts/core": "^2.0.1", + "animejs": "^3.2.1", "ant-design-vue": "^3.2.12", "axios": "^0.26.1", "china-area-data": "^5.0.1", + "chinese-to-pinyin": "^1.3.1", "clipboard": "^2.0.8", "codemirror": "^5.65.3", "cron-parser": "^3.5.0", @@ -61,6 +64,7 @@ "echarts-liquidfill": "^3.1.0", "emoji-mart-vue-fast": "^11.1.1", "enquire.js": "^2.1.6", + "ezuikit-js": "^0.7.2", "intro.js": "^5.1.0", "lodash-es": "^4.17.21", "lodash.get": "^4.4.2", @@ -80,6 +84,7 @@ "tinymce": "^5.10.3", "vditor": "^3.8.13", "vue": "^3.2.33", + "vue-amap": "^0.5.10", "vue-cropper": "^0.5.6", "vue-cropperjs": "^5.0.0", "vue-i18n": "^9.1.9", -- Gitblit v1.9.3