diff --git a/pages/statistics/staffStatistics/index.vue b/pages/statistics/staffStatistics/index.vue index 08beac9..475c917 100644 --- a/pages/statistics/staffStatistics/index.vue +++ b/pages/statistics/staffStatistics/index.vue @@ -63,11 +63,17 @@ 服务{{ items.totalCount }}次 - - {{ item.projectName }} - - + + + {{ item.projectName }} {{ item.count }} + + + 产值 + {{ item.outputValue }} + + + 占比 {{ item.percentage }}% @@ -519,6 +525,26 @@ margin-bottom: 10rpx; } + .user_kar_1 { + width: 230rpx; + /* height: 80rpx; */ + background: #F9F9FC; + border-radius: 8rpx; + align-items: center; + justify-content: space-between; + box-sizing: border-box; + padding: 30rpx; + font-weight: 400; + font-size: 26rpx; + color: #6D7377; + margin-bottom: 10rpx; + } + + .user_kar_1_c { + display: flex; + justify-content: space-between; + } + .num_ { font-weight: 600; font-size: 28rpx;