From 6be1b10736458127d253ce6c5f38337c1758be2e Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 20 Jul 2026 13:19:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=A6=85=E9=81=93452=E7=BB=BC=E5=90=88?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E7=95=8C=E9=9D=A2=E6=A3=92=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=9C=AA=E6=98=BE=E7=A4=BA=E5=8F=91=E8=B4=A7=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/total_statistics.vue | 27 +++++------------------ 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/src/views/statistics/total_statistics.vue b/src/views/statistics/total_statistics.vue index 0f25b810..738394bb 100644 --- a/src/views/statistics/total_statistics.vue +++ b/src/views/statistics/total_statistics.vue @@ -33,17 +33,11 @@ - + - + @@ -53,10 +47,7 @@ - + @@ -93,18 +84,12 @@ - + - + @@ -365,7 +350,7 @@ export default { saleData.forEach((item) => { let index = 0; if (item.型号.indexOf("+") > -1) { - let model = item.型号.split("+")[1]; + let model = item.型号.split("+")[0]; index = models.indexOf(model); } else { index = models.indexOf(item.型号);