From 36853fbf2fc8bf867016e8f3546d78c5af9de186 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Tue, 27 Feb 2024 11:12:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E9=87=8Fgrow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Kanban.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/Kanban.vue b/src/pages/Kanban.vue index d30b697..4bd716c 100644 --- a/src/pages/Kanban.vue +++ b/src/pages/Kanban.vue @@ -83,19 +83,19 @@
未开始数量
- +
生产中数量
- +
已完成数量
- +
@@ -395,9 +395,9 @@ export default { this.arr4 = res.result.arr4 this.arr5 = res.result.arr5 this.data = [ - {value: this.jo3.sumproduce_qty, name: '未开始数量'}, - {value: this.jo3.sumproducing_qty, name: '生产中数量'}, - {value: this.jo3.sumfinishproduce_qty, name: '已完成数量'} + {value: this.jo3.sumproduce_qty + '', name: '未开始数量'}, + {value: this.jo3.sumproducing_qty + '', name: '生产中数量'}, + {value: this.jo3.sumfinishproduce_qty + '', name: '已完成数量'} ] // res.result.arr7.forEach((el) => { // this.xdata2.push(el.date)