|
|
@@ -28,8 +28,8 @@
|
|
|
</view>
|
|
|
<view class="teamStatistics">
|
|
|
<view class="statisticsTitle">
|
|
|
- <view class="d-flex a-center j-start">团队级别</view>
|
|
|
- <view class="d-flex a-center j-center">团队人数</view>
|
|
|
+ <view class="d-flex a-center j-start">会员级别</view>
|
|
|
+ <view class="d-flex a-center j-center">会员人数</view>
|
|
|
<view class="d-flex a-center j-center">签单保费(元)</view>
|
|
|
<view class="d-flex a-center j-end">出单人力</view>
|
|
|
</view>
|
|
|
@@ -53,7 +53,7 @@
|
|
|
<view class="team_members">
|
|
|
<view class="team_member d-flex">
|
|
|
<view class="d-flex a-center j-center flex-1">
|
|
|
- <view>团队成员</view>
|
|
|
+ <view>会员</view>
|
|
|
</view>
|
|
|
<view class="d-flex a-center j-center flex-1">
|
|
|
<view>报价笔数</view>
|
|
|
@@ -208,7 +208,7 @@
|
|
|
}
|
|
|
},
|
|
|
async onLoad(params) {
|
|
|
- this.pageTtile = this.userInfo.sysUser.name + "团队管理"
|
|
|
+ this.pageTtile = this.userInfo.sysUser.name + "会员管理"
|
|
|
// this.queryPeopleId = params.id
|
|
|
if ((!!params.id) && (!!params.name)) {
|
|
|
this.queryPeopleId = params.id;
|
|
|
@@ -217,7 +217,7 @@
|
|
|
this.queryPeopleId = this.userInfo.sysUser.id
|
|
|
await this.queryData()
|
|
|
uni.setNavigationBarTitle({
|
|
|
- title: this.userInfo.sysUser.name + "团队管理"
|
|
|
+ title: this.userInfo.sysUser.name + "会员管理"
|
|
|
});
|
|
|
} else {
|
|
|
this.queryPeopleId = this.userInfo.sysUser.id
|