From 6aa6125237c35222d8570414eae78fa50a6e9482 Mon Sep 17 00:00:00 2001 From: lixiangyu <lixiangyu@xalxzn.com> Date: 星期一, 18 八月 2025 17:21:44 +0800 Subject: [PATCH] feat(cms): 新增刀具台账页面并优化相关功能 --- package.json | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index 8b1d652..46b8f16 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "dayjs": "^1.8.0", "dom-align": "1.12.0", "echarts": "^5.5.0", + "element-ui": "^2.15.14", "enquire.js": "^2.1.6", "jquery": "^3.7.1", "js-cookie": "^2.2.0", @@ -50,6 +51,7 @@ "vuex": "^3.1.0", "vxe-table": "2.9.13", "vxe-table-plugin-antd": "1.8.10", + "workflow-bpmn-modeler": "^0.2.8", "xe-utils": "2.4.8", "xss": "^1.0.13" }, -- Gitblit v1.9.3