From 778c10923ce7adf233f8a6b820d5824aa2402843 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期二, 31 十月 2023 20:28:01 +0800
Subject: [PATCH] 加工数+目标数的组件+设备状态的组件
---
package.json | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index 1362d31..e5cd1da 100644
--- a/package.json
+++ b/package.json
@@ -16,10 +16,12 @@
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/core": "^10.5.0",
"axios": "^1.5.1",
+ "dayjs": "^1.11.10",
"element-plus": "^2.4.1",
"lodash-es": "^4.17.21",
"pinia": "^2.1.7",
"vue": "^3.3.4",
+ "vue-hooks-plus": "^1.8.5",
"vue-router": "^4.2.5"
},
"devDependencies": {
--
Gitblit v1.8.0