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 @@
-
+
- {{ item.projectName }} ({{ item.count }})
+ {{ item.projectName }} ({{ item.count }} | {{ item.percentage }}%)