diff --git a/hb_client/src/layout/components/Navbar.vue b/hb_client/src/layout/components/Navbar.vue
index 162f5d7..a6a1145 100644
--- a/hb_client/src/layout/components/Navbar.vue
+++ b/hb_client/src/layout/components/Navbar.vue
@@ -12,11 +12,11 @@
-
警告列表
+
提醒
低于安全库存
临近交货日期
- 已过期
+ 已过期
接近校准日期
- 已过校准日期
+ 已过校准日期
接近截止日期
- 已过截止日期
+ 已过截止日期
@@ -380,12 +380,12 @@ export default {
padding: 20px 2px 20px 0;
}
.listItemWrap{
-
font-size: 14px;
padding: 0 20px
}
.listItem{
display:flex;
+ color: #666666;
justify-content:space-between;
border-bottom: 1px dashed #b3b3b3;
}
diff --git a/hb_client/src/router/index.js b/hb_client/src/router/index.js
index cebc40c..7307b1a 100644
--- a/hb_client/src/router/index.js
+++ b/hb_client/src/router/index.js
@@ -294,6 +294,45 @@ export const asyncRoutes = [
}
]
},
+ // {
+ // path: '/safeEnviro',
+ // component: Layout,
+ // redirect: '/safeEnviro/hiddenDanger',
+ // name: 'safeEnviro',
+ // meta: { title: '安环管理', icon: 'equipment', perms: ['employee_manage'] },
+ // children: [
+ // {
+ // path: 'hiddenDanger',
+ // name: 'hiddenDanger',
+ // component: () => import('@/views/safeEnviro/hiddenDanger'),
+ // meta: { title: '隐患排查', icon: 'equipment', perms: ['employee_manage'] }
+ // },
+ // {
+ // path: 'riskControl',
+ // name: 'riskControl',
+ // component: () => import('@/views/safeEnviro/riskControl'),
+ // meta: { title: '风险管控', icon: 'equipment', perms: ['employee_manage'] }
+ // },
+ // {
+ // path: 'Education',
+ // name: 'Education',
+ // component: () => import('@/views/safeEnviro/Education'),
+ // meta: { title: '教育培训', icon: 'equipment', perms: ['employee_manage'] }
+ // } ,
+ // {
+ // path: 'environmetManage',
+ // name: 'environmetManage',
+ // component: () => import('@/views/safeEnviro/environmetManage'),
+ // meta: { title: '环境管理', icon: 'equipment', perms: ['employee_manage'] }
+ // } ,
+ // {
+ // path: 'intelligentAlarm',
+ // name: 'intelligentAlarm',
+ // component: () => import('@/views/safeEnviro/intelligentAlarm'),
+ // meta: { title: '智能报警', icon: 'equipment', perms: ['employee_manage'] }
+ // }
+ // ]
+ // },
{
path: '/sam',
component: Layout,
diff --git a/hb_client/src/styles/index.scss b/hb_client/src/styles/index.scss
index 8068f55..6c43e6a 100644
--- a/hb_client/src/styles/index.scss
+++ b/hb_client/src/styles/index.scss
@@ -62,7 +62,7 @@ div:focus {
// main-container global css
.app-container {
- padding: 20px 30px;
+ padding: 5px 10px;
}
.el-table--medium td, .el-table--medium th {
diff --git a/hb_client/src/views/afterService/customerTracking.vue b/hb_client/src/views/afterService/customerTracking.vue
new file mode 100644
index 0000000..e69de29
diff --git a/hb_client/src/views/afterService/workOrder.vue b/hb_client/src/views/afterService/workOrder.vue
new file mode 100644
index 0000000..e69de29
diff --git a/hb_client/src/views/dashboard/index.vue b/hb_client/src/views/dashboard/index.vue
index b006309..7217e08 100644
--- a/hb_client/src/views/dashboard/index.vue
+++ b/hb_client/src/views/dashboard/index.vue
@@ -6,7 +6,6 @@