From 6f1ac1da6b6cba5c74f2fb6be82f7e472c4116ee Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期一, 03 六月 2024 22:46:19 +0800 Subject: [PATCH] 班制日历 --- src/views/mdc/station-live.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/mdc/station-live.vue b/src/views/mdc/station-live.vue index fd2b8c0..8da8d3c 100644 --- a/src/views/mdc/station-live.vue +++ b/src/views/mdc/station-live.vue @@ -505,7 +505,6 @@ interval: 1440/6, //姣忛殧澶氬皯鍒嗛挓鏄剧ず涓�涓埢搴� axisLabel: { formatter: (value)=> { - //console.log(value,111) if(value == 0) { return "00:00:00"; }else if(value == 240) { @@ -634,7 +633,7 @@ if(res.code == 200) { this.stationForm = res.data; this.getdmp(this.lastLevelId,this.stationForm.machineId); - this.newDate(); //鑾峰彇褰撳墠鏃ユ湡 + //this.newDate(); //鑾峰彇褰撳墠鏃ユ湡 this.getwcsR(); this.getwscLvalue(); //宸︿晶鍥捐〃 this.alarmsearchBtn(); //鏈哄櫒灞ュ巻 -- Gitblit v1.9.3