diff --git a/src/assets/styles/common.scss b/src/assets/styles/common.scss
index 6c8828a..8072db1 100644
--- a/src/assets/styles/common.scss
+++ b/src/assets/styles/common.scss
@@ -86,3 +86,27 @@
}
}
}
+
+//公共表格样式
+.common-table.el-table{
+ color:#333333;
+ .el-table__header-wrapper th, .el-table__fixed-header-wrapper th {
+ background: #f1f5fc;
+ border-bottom: none;
+ .table-head {
+ color: #515a6e;
+ }
+ }
+ .warning-status{
+ color:#FC6B69;
+ &.circle::before {
+ content: "";
+ display: inline-block;
+ width: 10px;
+ height: 10px;
+ border-radius: 50%;
+ background-color: #FC6B69;
+ margin-right: 8px;
+ }
+ }
+}
diff --git a/src/router/ems.js b/src/router/ems.js
index f22969e..ab8a59d 100644
--- a/src/router/ems.js
+++ b/src/router/ems.js
@@ -37,12 +37,12 @@ export const dzjk=[
redirect: '/dzjk/home',
hidden: true,
children: [
- {
- path: '/dzjk/home',
- component: () => import('@/views/ems/dzjk/home/index.vue'),
- name: 'DjzkHome',
- meta: { title: '首页',breadcrumb: false,activeMenu: '/dzjk',activeSecondMenuName:'DjzkHome' }
- },
+ {
+ path: '/dzjk/home',
+ component: () => import('@/views/ems/dzjk/home/index.vue'),
+ name: 'DjzkHome',
+ meta: { title: '首页',breadcrumb: false,activeMenu: '/dzjk',activeSecondMenuName:'DjzkHome' }
+ },
{
path: '/dzjk/sbjk',
component: () => import('@/views/ems/dzjk/sbjk/index.vue'),
@@ -93,7 +93,13 @@ export const dzjk=[
meta: { title: '液冷',breadcrumb: false,activeMenu: '/dzjk',activeSecondMenuName:'DjzkSbjk'},
}
]
- }
+ },
+ {
+ path: '/dzjk/gzgj',
+ component: () => import('@/views/ems/dzjk/gzgj/index.vue'),
+ name: 'DjzkGzgj',
+ meta: { title: '故障告警',breadcrumb: false,activeMenu: '/dzjk',activeSecondMenuName:'DjzkGzgj' }
+ },
]
}
]
diff --git a/src/views/ems/dzjk/gzgj/index.vue b/src/views/ems/dzjk/gzgj/index.vue
index 95e0327..db812f3 100644
--- a/src/views/ems/dzjk/gzgj/index.vue
+++ b/src/views/ems/dzjk/gzgj/index.vue
@@ -1,14 +1,171 @@
-
-