From b45d946d4e17c85a0c479cd981decf1a8424c7a2 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 4 Mar 2024 09:48:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E5=B7=A1=E6=A3=80&=E5=B7=A1?= =?UTF-8?q?=E6=A3=80=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/config/route.js | 10 +++ src/views/em/equipment.vue | 57 ++++++++----- src/views/em/equipment_check.vue | 142 +++++++++++++++++++++++++++++++ src/views/em/xjRecord.vue | 57 +++++++++++++ 5 files changed, 247 insertions(+), 21 deletions(-) create mode 100644 src/views/em/equipment_check.vue create mode 100644 src/views/em/xjRecord.vue diff --git a/src/App.vue b/src/App.vue index 0818d090..de6a5e34 100644 --- a/src/App.vue +++ b/src/App.vue @@ -186,7 +186,7 @@ export default { z-index: 1000; } -.el-overlay { +#enpElDrawer.el-overlay { height: 92%; bottom: 0; top: 8%; diff --git a/src/config/route.js b/src/config/route.js index 62a0feb4..3ac387bf 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1855,6 +1855,16 @@ const routes = [ }, "component": "em/equipmentj" }, + { + "name": "xjRecord", + "path": "/em/xjRecord", + "meta": { + "title": "巡检记录", + "icon": "el-icon-cellphone", + "perms": ["equipment"] + }, + "component": "em/xjRecord" + }, ] }, //人事 diff --git a/src/views/em/equipment.vue b/src/views/em/equipment.vue index b89fda32..d428fafa 100644 --- a/src/views/em/equipment.vue +++ b/src/views/em/equipment.vue @@ -3,20 +3,15 @@
新增 + 批量巡检
- + + + + + + + + + + + + + + + + + + \ No newline at end of file