From a6ffba4cf8b6fbf5cbffbb102b7673100f9e89b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98937886381=E2=80=99?= <‘937886381@qq.com’> Date: Wed, 3 Apr 2024 16:34:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/OperationalOverview/coldBoard.vue | 6 +++--- src/views/OperationalOverview/components/PieChart.vue | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/views/OperationalOverview/coldBoard.vue b/src/views/OperationalOverview/coldBoard.vue index 4ac70ce9..09374785 100644 --- a/src/views/OperationalOverview/coldBoard.vue +++ b/src/views/OperationalOverview/coldBoard.vue @@ -1,7 +1,7 @@ @@ -623,8 +623,8 @@ export default { `, `${this.formatTime(item.time) || ''}`, `${this.getSize(item.size) || ''}`, - `${this, NumFormat(item.productArea) + '㎡' || ''}`, - `${this, NumFormat(item.wasteArea) + '㎡' || ''}`, + `${this.NumFormat(item.productArea) + '㎡' || ''}`, + `${this.NumFormat(item.wasteArea) + '㎡' || ''}`, `
${(item.product * 100).toFixed(2) + '%' || ''}
${(item.product * 100).toFixed(2) + '%' || ''}
` ]) diff --git a/src/views/OperationalOverview/components/PieChart.vue b/src/views/OperationalOverview/components/PieChart.vue index 60c0d230..a2793424 100644 --- a/src/views/OperationalOverview/components/PieChart.vue +++ b/src/views/OperationalOverview/components/PieChart.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2022-01-21 14:43:06 * @LastEditors: zhp - * @LastEditTime: 2024-03-29 14:50:50 + * @LastEditTime: 2024-04-03 16:33:24 * @Description: -->