From 0f33197bb0453cec654dc0c897ee1610377fbfec Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 20 Feb 2024 10:01:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=B2=BB=E7=90=86?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E5=92=8C=E7=9B=91=E6=8E=A7=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 20 +++ src/views/em/equipmentc.vue | 14 +- src/views/em/equipmentj.vue | 280 ++++++++++++++++++++++++++++++++++++ 3 files changed, 306 insertions(+), 8 deletions(-) create mode 100644 src/views/em/equipmentj.vue diff --git a/src/config/route.js b/src/config/route.js index 5c6f669d..f642916a 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1835,6 +1835,26 @@ const routes = [ }, "component": "em/equipmentc" }, + { + "name": "equipmentz", + "path": "/em/equipmentz", + "meta": { + "title": "治理设备", + "icon": "el-icon-cellphone", + "perms": ["equipmentz"] + }, + "component": "em/equipmentz" + }, + { + "name": "equipmentj", + "path": "/em/equipmentj", + "meta": { + "title": "监控设备", + "icon": "el-icon-cellphone", + "perms": ["equipmentj"] + }, + "component": "em/equipmentj" + }, ] }, //人事 diff --git a/src/views/em/equipmentc.vue b/src/views/em/equipmentc.vue index 46964259..e4eeb26b 100644 --- a/src/views/em/equipmentc.vue +++ b/src/views/em/equipmentc.vue @@ -59,18 +59,16 @@ diff --git a/src/views/em/equipmentj.vue b/src/views/em/equipmentj.vue new file mode 100644 index 00000000..e4eeb26b --- /dev/null +++ b/src/views/em/equipmentj.vue @@ -0,0 +1,280 @@ + + \ No newline at end of file