From 01ea333978f757b7c739edd2e39df217e5d92a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=B0=8F=E5=A7=BF?= <1613162410@qq.com> Date: Thu, 11 Apr 2024 18:54:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 17 +++-- pages.json | 24 ++++++ pages/deviceRepair/RepairReport.vue | 12 ++- pages/deviceRepair/deviceRepair.vue | 58 ++++++++------- pages/deviceRepair/repairOrder.vue | 91 +++++++++++++++++++++++ pages/deviceStatus/detectionEventList.vue | 49 ++++++++++++ pages/deviceStatus/deviceCamera.vue | 65 ++++++++++++++++ pages/deviceStatus/deviceStatus.vue | 13 +++- pages/equipmentManage/bindingDevice.vue | 10 +-- pages/equipmentManage/deviceDetail.vue | 46 ++++++------ pages/equipmentManage/editDevice.vue | 10 +-- pages/equipmentManage/equipmentManage.vue | 26 +++---- pages/index/materialYield.vue | 44 +++++------ pages/index/schedule.vue | 44 +++++------ pages/person/accountCenter.vue | 42 +++++------ pages/person/alarm.vue | 48 ++++++------ pages/person/changePhone.vue | 44 +++++------ pages/person/myAuthority.vue | 42 +++++------ pages/person/safetyAccidents.vue | 44 +++++------ pages/production/productionDetail.vue | 44 +++++------ pages/production/productionOrder.vue | 52 +++++++------ 21 files changed, 538 insertions(+), 287 deletions(-) create mode 100644 pages/deviceRepair/repairOrder.vue create mode 100644 pages/deviceStatus/detectionEventList.vue create mode 100644 pages/deviceStatus/deviceCamera.vue diff --git a/App.vue b/App.vue index 1378ee1..9d01108 100644 --- a/App.vue +++ b/App.vue @@ -33,7 +33,7 @@ color: #333; padding: 10px; } - .pagepaddings{padding: 14px;} + .page_padding{padding: 14px;} .page_content{padding: 0 12px 10px;} //内容框 .contentboxsty{border-radius: 8px;background: #1C2755;} @@ -54,8 +54,8 @@ .font_bold{font-weight: bold;} //文字颜色 .text_color_black{color: #000;} - .theme_color{color: #009688 } - //颜色 + .theme_color{color: #009688 }//主题绿 + //按钮颜色 .but_color{background: #009688 !important;} // .text_{color: #00B68D;} @@ -85,8 +85,15 @@ .list_content{padding:12px;} } //页面固定按钮 - .bottom_but{bottom: 40px;bottom: 40px;position: fixed;width: calc(100% - 28px); - view{width: 50%;text-align: center;margin: 0 20px;border-radius: 19px;background: #DDD;line-height: 38px;} + .bottom_but{ + width: 100%; + position: fixed; + bottom: 0px; + background-color: #060B26; + border-top: 1px solid #2E3249; + height: 80px; + // bottom: 40px;bottom: 40px;position: fixed;width: calc(100% - 28px); + view{width: 50%;text-align: center;margin: 0 20px;border-radius: 19px;background: #DDD;line-height: 38px;height: 38px;margin-top: 6px;} } //底部固定添加按钮 .page_bottom_button{width: 100%;position: fixed;bottom: 0px;background-color: #060B26;border-top: 1px solid #2E3249;height: 80px; diff --git a/pages.json b/pages.json index 1d85178..41078b0 100644 --- a/pages.json +++ b/pages.json @@ -159,6 +159,30 @@ "navigationBarTitleText" : "安全事故", "enablePullDownRefresh" : false } + }, + { + "path" : "pages/deviceStatus/deviceCamera", + "style" : + { + "navigationBarTitleText" : "设备状态", + "enablePullDownRefresh" : false + } + }, + { + "path" : "pages/deviceStatus/detectionEventList", + "style" : + { + "navigationBarTitleText" : "设备状态", + "enablePullDownRefresh" : false + } + }, + { + "path" : "pages/deviceRepair/repairOrder", + "style" : + { + "navigationBarTitleText" : "设备维修", + "enablePullDownRefresh" : false + } }], "globalStyle": { "navigationBarTextStyle": "white", diff --git a/pages/deviceRepair/RepairReport.vue b/pages/deviceRepair/RepairReport.vue index 77700d4..8dc4475 100644 --- a/pages/deviceRepair/RepairReport.vue +++ b/pages/deviceRepair/RepairReport.vue @@ -1,10 +1,10 @@ - - + } + diff --git a/pages/deviceRepair/repairOrder.vue b/pages/deviceRepair/repairOrder.vue new file mode 100644 index 0000000..2761eb1 --- /dev/null +++ b/pages/deviceRepair/repairOrder.vue @@ -0,0 +1,91 @@ +