From 5293d8150a752dd32e5afc62b414c99af11b9173 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 9 Jul 2024 16:51:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=AF=E4=BF=9D=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E6=8E=92=E6=94=BE=E5=8F=A3=E7=82=B9=E5=87=BB=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=85=B3=E8=81=94=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 11 + src/views/enp/pfk.vue | 62 +-- src/views/enp/pfk_detail.vue | 707 +++++++++++++++++++++++++++++++++++ 3 files changed, 757 insertions(+), 23 deletions(-) create mode 100644 src/views/enp/pfk_detail.vue diff --git a/src/config/route.js b/src/config/route.js index 6a4673cd..3bcff5d3 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -69,6 +69,17 @@ const routes = [ }, component: "home/enp_home", }, + { + name: "dashboard_ly", + path: "/dashboard_ly", + meta: { + title: "控制台", + icon: "el-icon-monitor", + affix: true, + perms: ["dashboard_ly"], + }, + component: "home/enm_home", + }, { path: "/track", name: "track", diff --git a/src/views/enp/pfk.vue b/src/views/enp/pfk.vue index 2bf968ab..e5987d79 100644 --- a/src/views/enp/pfk.vue +++ b/src/views/enp/pfk.vue @@ -30,6 +30,7 @@ row-key="id" :params="query" hidePagination + @row-click="rowClick" > 设备编辑 - 删除 - - @@ -183,6 +178,15 @@ + + + diff --git a/src/views/enp/pfk_detail.vue b/src/views/enp/pfk_detail.vue new file mode 100644 index 00000000..ace1df61 --- /dev/null +++ b/src/views/enp/pfk_detail.vue @@ -0,0 +1,707 @@ + + +