From b88e3157b44f5bc6f3df3d09eeef66086552056c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com> Date: Fri, 13 Dec 2024 17:55:48 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=A2=9E=E5=8A=A0=E7=82=89=E6=89=B9=E5=8F=B7?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E8=AE=B0=E5=BD=95=202.=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E7=9C=8B=E6=9D=BF=E6=9C=88=E5=BA=A6=E8=AE=A1=E5=88=92=E6=83=85?= =?UTF-8?q?=E5=86=B5=E6=95=B0=E6=8D=AE=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ForwardDemand/index.vue | 1 + src/components/MonthPlan/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/ForwardDemand/index.vue b/src/components/ForwardDemand/index.vue index 39be299..f08181d 100644 --- a/src/components/ForwardDemand/index.vue +++ b/src/components/ForwardDemand/index.vue @@ -159,6 +159,7 @@ export default { res.data.xq=res.data.xq?parseInt(res.data.xq).toFixed(0):'0' this.xqzlSum=res.data.xq this.rowObj = res.data; + this.TableBar(dataX, dataXqzlY, dataJhzlY); this.$nextTick(() => { const elementHeight = this.$refs.refHeight; elementHeight.forEach((li, index) => { diff --git a/src/components/MonthPlan/index.vue b/src/components/MonthPlan/index.vue index ac10a6c..9644380 100644 --- a/src/components/MonthPlan/index.vue +++ b/src/components/MonthPlan/index.vue @@ -46,7 +46,7 @@ 批次数量 - {{ item.pcsl ? item.pcsl : 0 }}张 + {{ item.total ? item.total : 0 }}张