From 6ffc5d0187c740493b646c5cbce305bad732c061 Mon Sep 17 00:00:00 2001
From: liutong <836164388@qq.com>
Date: Fri, 14 Mar 2025 10:40:14 +0800
Subject: [PATCH] =?UTF-8?q?feat(market):=20=E6=9B=B4=E6=96=B0=E6=88=91?=
=?UTF-8?q?=E7=9A=84=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=E5=92=8C=E5=86=85?=
=?UTF-8?q?=E5=AE=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 添加底部部门和等级信息
- 修改顶部统计数据的显示内容
- 更新主区域的项目信息
- 调整样式,增加分割线等细节
---
pages/market/my/index.vue | 55 +++++++++++++++++++++++++--------------
1 file changed, 36 insertions(+), 19 deletions(-)
diff --git a/pages/market/my/index.vue b/pages/market/my/index.vue
index cc7a79a..6c015e4 100644
--- a/pages/market/my/index.vue
+++ b/pages/market/my/index.vue
@@ -15,11 +15,18 @@
包子皮
+
切换身份
- 到课率统计
+
+ 部门
+ 销售部
+
+ 等级
+ S5
+
@@ -29,24 +36,20 @@
1234
- 总授课数/节
+ 业绩单数/人
4
- 总授班级/个
+ 已签单数/人
1234
- 总负责学员/名
-
+ 新课签到数/人
- 月授课数
- 12
- 节,月负责学员
- 188
- 名
+ 较上月
+ -5
@@ -60,20 +63,14 @@
- 我的体育场
- xxx场馆
+ 已签客户
+ 23
- 即将到期
-
-
-
-
- 授课统计
+ 企业信息
-
@@ -185,6 +182,7 @@ export default {
color: #fff;
font-size: 28rpx;
.box{
+ border: 1px solid red;
padding-left: 19rpx;
padding-right: 29rpx;
display: flex;
@@ -214,6 +212,21 @@ export default {
}
}
}
+ .bottom{
+ margin-top: 30rpx;
+ padding: 0rpx 40rpx;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ .title{
+ font-size: 28rpx;
+ }
+ .division{
+ width: 2px;
+ height: 35rpx;
+ background-color: #fff;
+ }
+ }
}
//统计信息
@@ -256,8 +269,12 @@ export default {
font-size: 24rpx;
color: #333333;
text{
+ margin-left: 10rpx;
color: #29D3B4;
}
+ .reduce{
+ color: #ef95a0;
+ }
}
}