From 0870222ad06f205eea5a3366f55eea78aae30603 Mon Sep 17 00:00:00 2001 From: xyc <3422692813@qq.com> Date: Thu, 11 Sep 2025 13:22:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B00911?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inspection/statistics/StaffStatisticsDialog.vue | 3 +++ src/views/inspection/statistics/index.vue | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/inspection/statistics/StaffStatisticsDialog.vue b/src/views/inspection/statistics/StaffStatisticsDialog.vue index 5da63d0..57a0bc9 100644 --- a/src/views/inspection/statistics/StaffStatisticsDialog.vue +++ b/src/views/inspection/statistics/StaffStatisticsDialog.vue @@ -56,6 +56,7 @@ 车型 数量 + 占比 @@ -65,6 +66,7 @@ > {{ item.goodsTitle }} {{ item.totalCount }} + {{ item.percentage }}% @@ -159,6 +161,7 @@ @click="selectGoodsTitle(item.goodsTitle)" >
{{ item.totalCount }}
+
{{ item.percentage }}%
{{ item.goodsTitle }}
diff --git a/src/views/inspection/statistics/index.vue b/src/views/inspection/statistics/index.vue index 14151a3..42f8bac 100644 --- a/src/views/inspection/statistics/index.vue +++ b/src/views/inspection/statistics/index.vue @@ -48,7 +48,7 @@ 排名 姓名 - 服务次数 + 服务台次 参与项目 @@ -59,7 +59,7 @@ {{ item.totalCount }}
- {{ project.projectName }} ({{ project.count }}) + {{ project.projectName }} ({{ project.count }} | {{ project.percentage }}%)
@@ -84,7 +84,7 @@ - +