diff --git a/src/config/mork2.js b/src/config/mork2.js index 25c25e9..f37a633 100644 --- a/src/config/mork2.js +++ b/src/config/mork2.js @@ -2470,31 +2470,6 @@ export const homepageEquipment = () => { }, 'dry': { 'kiln': [ - { - 'data': [ - { - 'value': '', - 'key': '开机时间' - }, - { - 'value': '0小时', - 'key': '待机时间' - }, - { - 'value': '0小时', - 'key': '生产时间' - }, - { - 'value': '0小时', - 'key': '故障时间' - } - ], - 'statusChinese': '停机', - 'equipment': 'Y03', - 'equipmentName': '窑3', - 'table': [], - 'status': 3 - }, { 'data': [ { diff --git a/src/images/device/dpj_gray.png b/src/images/device/dpj_gray.png index 639a075..dae4933 100644 Binary files a/src/images/device/dpj_gray.png and b/src/images/device/dpj_gray.png differ diff --git a/src/images/device/dpj_green.png b/src/images/device/dpj_green.png index b81c680..7326826 100644 Binary files a/src/images/device/dpj_green.png and b/src/images/device/dpj_green.png differ diff --git a/src/images/device/dpj_red.png b/src/images/device/dpj_red.png index 2b01933..694e9b6 100644 Binary files a/src/images/device/dpj_red.png and b/src/images/device/dpj_red.png differ diff --git a/src/images/device/dpj_yellow.png b/src/images/device/dpj_yellow.png index 67b28c0..3475685 100644 Binary files a/src/images/device/dpj_yellow.png and b/src/images/device/dpj_yellow.png differ diff --git a/src/images/device/ssx_gray.png b/src/images/device/ssx_gray.png index d87ee3f..99b3833 100644 Binary files a/src/images/device/ssx_gray.png and b/src/images/device/ssx_gray.png differ diff --git a/src/images/device/ssx_green.png b/src/images/device/ssx_green.png index e71a756..17bf459 100644 Binary files a/src/images/device/ssx_green.png and b/src/images/device/ssx_green.png differ diff --git a/src/images/device/ssx_red.png b/src/images/device/ssx_red.png index a73d140..b0b23c2 100644 Binary files a/src/images/device/ssx_red.png and b/src/images/device/ssx_red.png differ diff --git a/src/images/device/ssx_yellow.png b/src/images/device/ssx_yellow.png index 6dd46e3..1000441 100644 Binary files a/src/images/device/ssx_yellow.png and b/src/images/device/ssx_yellow.png differ diff --git a/src/images/device/yjbyx_gray.png b/src/images/device/yjbyx_gray.png index a918049..8d9788e 100644 Binary files a/src/images/device/yjbyx_gray.png and b/src/images/device/yjbyx_gray.png differ diff --git a/src/images/device/yjbyx_green.png b/src/images/device/yjbyx_green.png index fdac917..d7e9b24 100644 Binary files a/src/images/device/yjbyx_green.png and b/src/images/device/yjbyx_green.png differ diff --git a/src/images/device/yjbyx_red.png b/src/images/device/yjbyx_red.png index bc67269..805f875 100644 Binary files a/src/images/device/yjbyx_red.png and b/src/images/device/yjbyx_red.png differ diff --git a/src/images/device/yjbyx_yellow.png b/src/images/device/yjbyx_yellow.png index 08d0317..4ddce0f 100644 Binary files a/src/images/device/yjbyx_yellow.png and b/src/images/device/yjbyx_yellow.png differ diff --git a/src/pages/modules/home/index.vue b/src/pages/modules/home/index.vue index 088a5ef..23e3e10 100644 --- a/src/pages/modules/home/index.vue +++ b/src/pages/modules/home/index.vue @@ -184,9 +184,9 @@ export default { } }, created () { - this._homepageDataLeft() - this._homepageDataRight() - this.refresh() + // this._homepageDataLeft() + // this._homepageDataRight() + // this.refresh() }, beforeDestroy () { clearInterval(this.timer) diff --git a/src/pages/modules/home/workshop.vue b/src/pages/modules/home/workshop.vue index 2ad21b9..e0f8f7b 100644 --- a/src/pages/modules/home/workshop.vue +++ b/src/pages/modules/home/workshop.vue @@ -1,6 +1,6 @@