From c7ae752eb34b9a8621d20093073a98fe5878e505 Mon Sep 17 00:00:00 2001 From: bawei <95887577@qq.com> Date: Fri, 9 Jun 2023 08:38:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=87=80=E9=87=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SC-web/src/views/dashboard/admin/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SC-web/src/views/dashboard/admin/index.vue b/SC-web/src/views/dashboard/admin/index.vue index 083b0818..311468f8 100644 --- a/SC-web/src/views/dashboard/admin/index.vue +++ b/SC-web/src/views/dashboard/admin/index.vue @@ -17,7 +17,7 @@
  • 总净重(吨) - {{tadayPoundist.settlementSum}} + {{tadayPoundist.buckleWeightSum}}
  • @@ -219,6 +219,7 @@ export default { this.tadayPoundist.purchaseAmountSum = res.data.purchaseAmountSum; this.tadayPoundist.salesAmountSum = res.data.salesAmountSum; this.tadayPoundist.settlementSum = res.data.settlementSum; + this.tadayPoundist.buckleWeightSum = res.data.buckleWeightSum; } }).catch(() => { })