From 58fc3068b256c55315f3df4c72a61380044fa4f0 Mon Sep 17 00:00:00 2001
From: xyc <3422692813@qq.com>
Date: Thu, 11 Sep 2025 13:37:14 +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
---
pages/statistics/staffStatistics/index.vue | 14 +++++++++-----
pages/statistics/staffStatisticsDetail/index.vue | 5 +++++
2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/pages/statistics/staffStatistics/index.vue b/pages/statistics/staffStatistics/index.vue
index 5705a7b..8962062 100644
--- a/pages/statistics/staffStatistics/index.vue
+++ b/pages/statistics/staffStatistics/index.vue
@@ -64,7 +64,11 @@
{{ item.projectName }}
- {{ item.count }}
+
+
+ {{ item.count }}
+ {{ item.percentage }}%
+
@@ -224,10 +228,6 @@
value
} = this.tapList[index];
console.log(value);
- // this.queryParams.datetimeRange = [
- // this.formatDate(firstDay),
- // this.formatDate(now)
- // ];
this.queryParams.datetimeRange = getDateRange(value);
this.getStaffCount();
},
@@ -463,4 +463,8 @@
font-size: 28rpx;
color: #2F353B;
}
+
+ .num_1 {
+ color: #0357FF;
+ }
\ No newline at end of file
diff --git a/pages/statistics/staffStatisticsDetail/index.vue b/pages/statistics/staffStatisticsDetail/index.vue
index e7cf29a..71ae47b 100644
--- a/pages/statistics/staffStatisticsDetail/index.vue
+++ b/pages/statistics/staffStatisticsDetail/index.vue
@@ -32,6 +32,7 @@
{{item.totalCount}}
+ {{item.percentage}}%
{{item.goodsTitle}}
@@ -266,6 +267,10 @@
color: #2F353B;
}
+ .num_1 {
+ color: #0357FF;
+ }
+
.num_2 {
font-weight: bold;
font-size: 40rpx;