From 8550d97ac4026a8d2d57b7568463294b53eb0001 Mon Sep 17 00:00:00 2001 From: jiayu Date: Fri, 27 Sep 2024 09:35:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=AE=89=E5=85=A8=E5=B8=BD?= =?UTF-8?q?=20=E6=B7=BB=E5=8A=A0=20=E5=9C=A8=E7=BA=BF=E6=97=B6=E9=95=BF?= =?UTF-8?q?=E7=AE=A1=E7=90=86=20=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 9 + .../smartSafeHat/onlineTime/onlineTime.vue | 160 ++++++++++++++++++ 2 files changed, 169 insertions(+) create mode 100644 src/views/projectFront/smartSafeHat/onlineTime/onlineTime.vue diff --git a/src/router/index.js b/src/router/index.js index 42c4e2b1..1c479713 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -698,6 +698,15 @@ const routes2 = [{ "@/views/projectFront/smartSafeHat/deviceCentral/deviceCentral.vue" ), }, + // 智能安全帽--在线时长管理 + { + path: "/project/smartSafeHat/onlineTime", + name: "智能安全帽_设备中台", + component: () => + import ( + "@/views/projectFront/smartSafeHat/onlineTime/onlineTime.vue" + ), + }, // 智能安全带--数据台账 { path: "/project/smartSeatBelts/dataPay", diff --git a/src/views/projectFront/smartSafeHat/onlineTime/onlineTime.vue b/src/views/projectFront/smartSafeHat/onlineTime/onlineTime.vue new file mode 100644 index 00000000..27787708 --- /dev/null +++ b/src/views/projectFront/smartSafeHat/onlineTime/onlineTime.vue @@ -0,0 +1,160 @@ + + +