From 78ccfaf84bfc8cff3cd183c41410f546712f0969 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 28 May 2026 16:08:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=A6=85=E9=81=93412?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/bxerp/intoDefect_bdgy.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/statistics/bxerp/intoDefect_bdgy.vue b/src/views/statistics/bxerp/intoDefect_bdgy.vue index 4e67f584..06a9e60d 100644 --- a/src/views/statistics/bxerp/intoDefect_bdgy.vue +++ b/src/views/statistics/bxerp/intoDefect_bdgy.vue @@ -51,7 +51,11 @@ stripe > - + + + + + @@ -133,7 +137,7 @@ export default { sums[index] = "合计"; return; } - if (index Number(item[column.property]) ); @@ -151,8 +155,8 @@ export default { }, 0); } } - if(index==5){ - sums[index] = ((sums[3]/sums[2])*100).toFixed(2) + '%'; + if(index==7){ + sums[index] = ((sums[5]/sums[4])*100).toFixed(2) + '%'; } }); return sums;