From facfd6f11cb9023f88da4d02a87305b564dabd6f Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 02 四月 2024 10:10:25 +0800
Subject: [PATCH] 1.看板文字微调
---
src/views/kanbanManager/cjzl.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/kanbanManager/cjzl.vue b/src/views/kanbanManager/cjzl.vue
index 05bc4f2..3e1ad1d 100644
--- a/src/views/kanbanManager/cjzl.vue
+++ b/src/views/kanbanManager/cjzl.vue
@@ -333,7 +333,7 @@
this.cjzl03_yData.push(res3[res3Key].map(i => i.count))
}
}
- loadEcharts('cjzl03', cjzl03(this.cjzl03_xData, this.legendData, this.cjzl03_yData))// 宸︿晶
+ loadEcharts('cjzl03', cjzl03(this.cjzl03_xData, this.legendData, this.cjzl03_yData, false))// 宸︿晶
setInterval(() => {
QCBadCenterLeftWeek({ wkshopcode: temp.join(',') }).then(res3 => {
this.cjzl03_xData = []
@@ -357,7 +357,7 @@
this.cjzl03_yData.push(res3.data[res3Key].map(i => i.count))
}
}
- loadEcharts('cjzl03', cjzl03(this.cjzl03_xData, this.legendData, this.cjzl03_yData))// 宸︿晶
+ loadEcharts('cjzl03', cjzl03(this.cjzl03_xData, this.legendData, this.cjzl03_yData, false))// 宸︿晶
})
}, 1000 * 40)
--
Gitblit v1.9.3