From 56f647647f4462e3089b35920897f571d45103fd Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 20 Feb 2023 17:02:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AE=89=E7=8E=AF=EF=BC=88?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E9=9A=90=E8=97=8F=E4=BA=86=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hb_client/src/layout/components/Navbar.vue | 12 +- hb_client/src/router/index.js | 39 ++ hb_client/src/styles/index.scss | 2 +- .../views/afterService/customerTracking.vue | 0 .../src/views/afterService/workOrder.vue | 0 hb_client/src/views/dashboard/index.vue | 5 +- hb_client/src/views/safeEnviro/Education.vue | 512 ++++++++++++++++ .../src/views/safeEnviro/environmetManage.vue | 280 +++++++++ .../src/views/safeEnviro/hiddenDanger.vue | 548 ++++++++++++++++++ .../src/views/safeEnviro/intelligentAlarm.vue | 293 ++++++++++ .../src/views/safeEnviro/riskControl.vue | 338 +++++++++++ 11 files changed, 2018 insertions(+), 11 deletions(-) create mode 100644 hb_client/src/views/afterService/customerTracking.vue create mode 100644 hb_client/src/views/afterService/workOrder.vue create mode 100644 hb_client/src/views/safeEnviro/Education.vue create mode 100644 hb_client/src/views/safeEnviro/environmetManage.vue create mode 100644 hb_client/src/views/safeEnviro/hiddenDanger.vue create mode 100644 hb_client/src/views/safeEnviro/intelligentAlarm.vue create mode 100644 hb_client/src/views/safeEnviro/riskControl.vue 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 @@
-
{{contractTotalCurrent}} @@ -179,7 +178,6 @@
-
@@ -243,7 +241,6 @@ :height="pieHeight" > - @@ -1096,7 +1093,7 @@ margin-bottom: 20px; background: #ffffff; overflow: hidden; - box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1); + // box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1); } .dashboardTopCard{ background: none; diff --git a/hb_client/src/views/safeEnviro/Education.vue b/hb_client/src/views/safeEnviro/Education.vue new file mode 100644 index 0000000..5e1dd03 --- /dev/null +++ b/hb_client/src/views/safeEnviro/Education.vue @@ -0,0 +1,512 @@ + + + + + + \ No newline at end of file diff --git a/hb_client/src/views/safeEnviro/environmetManage.vue b/hb_client/src/views/safeEnviro/environmetManage.vue new file mode 100644 index 0000000..d4ef1a3 --- /dev/null +++ b/hb_client/src/views/safeEnviro/environmetManage.vue @@ -0,0 +1,280 @@ + + + + + + \ No newline at end of file diff --git a/hb_client/src/views/safeEnviro/hiddenDanger.vue b/hb_client/src/views/safeEnviro/hiddenDanger.vue new file mode 100644 index 0000000..c2491ef --- /dev/null +++ b/hb_client/src/views/safeEnviro/hiddenDanger.vue @@ -0,0 +1,548 @@ + + + + + + \ No newline at end of file diff --git a/hb_client/src/views/safeEnviro/intelligentAlarm.vue b/hb_client/src/views/safeEnviro/intelligentAlarm.vue new file mode 100644 index 0000000..272892b --- /dev/null +++ b/hb_client/src/views/safeEnviro/intelligentAlarm.vue @@ -0,0 +1,293 @@ + + + + + + \ No newline at end of file diff --git a/hb_client/src/views/safeEnviro/riskControl.vue b/hb_client/src/views/safeEnviro/riskControl.vue new file mode 100644 index 0000000..b976b79 --- /dev/null +++ b/hb_client/src/views/safeEnviro/riskControl.vue @@ -0,0 +1,338 @@ + + + + + + \ No newline at end of file