|
@@ -93,10 +93,10 @@
|
|
<span style="margin-left: 15px;">月消耗: </span>{{monthCost | formatNum}}
|
|
<span style="margin-left: 15px;">月消耗: </span>{{monthCost | formatNum}}
|
|
</li>
|
|
</li>
|
|
<li>
|
|
<li>
|
|
- <span style="margin-left: -16px;">月激励消耗: </span>{{contractCharged | formatNum}}
|
|
|
|
|
|
+ <span style="margin-left: -16px;">月激励消耗: </span>{{directCharged | formatNum}}
|
|
</li>
|
|
</li>
|
|
<li>
|
|
<li>
|
|
- <span style="margin-left: -16px;">月框返消耗: </span>{{directCharged | formatNum}}
|
|
|
|
|
|
+ <span style="margin-left: -16px;">月框返消耗: </span>{{contractCharged | formatNum}}
|
|
</li>
|
|
</li>
|
|
<li>
|
|
<li>
|
|
<span style="margin-left: -16px;">团队内排名: {{userIdRank}}/{{userRankTotalNum}}</span>
|
|
<span style="margin-left: -16px;">团队内排名: {{userIdRank}}/{{userRankTotalNum}}</span>
|
|
@@ -291,8 +291,8 @@
|
|
timeCost:'',
|
|
timeCost:'',
|
|
todayCompare:'',
|
|
todayCompare:'',
|
|
timeCompare:'',
|
|
timeCompare:'',
|
|
- contractCharged:'',
|
|
|
|
directCharged:'',
|
|
directCharged:'',
|
|
|
|
+ contractCharged:'',
|
|
userRankTotalNum:'',
|
|
userRankTotalNum:'',
|
|
userIdRank:'',
|
|
userIdRank:'',
|
|
monthCost:'',
|
|
monthCost:'',
|
|
@@ -353,17 +353,17 @@
|
|
this.timeCompare = '暂无数据'
|
|
this.timeCompare = '暂无数据'
|
|
}
|
|
}
|
|
// 框返
|
|
// 框返
|
|
- if (res.result.directCharged) {
|
|
|
|
- this.directCharged = res.result.directCharged
|
|
|
|
- }else{
|
|
|
|
- this.directCharged = '暂无数据'
|
|
|
|
- }
|
|
|
|
- // 月激励
|
|
|
|
if (res.result.contractCharged) {
|
|
if (res.result.contractCharged) {
|
|
this.contractCharged = res.result.contractCharged
|
|
this.contractCharged = res.result.contractCharged
|
|
}else{
|
|
}else{
|
|
this.contractCharged = '暂无数据'
|
|
this.contractCharged = '暂无数据'
|
|
}
|
|
}
|
|
|
|
+ // 月激励
|
|
|
|
+ if (res.result.directCharged) {
|
|
|
|
+ this.directCharged = res.result.directCharged
|
|
|
|
+ }else{
|
|
|
|
+ this.directCharged = '暂无数据'
|
|
|
|
+ }
|
|
// 时间段消耗
|
|
// 时间段消耗
|
|
if(res.result.timeCost){
|
|
if(res.result.timeCost){
|
|
this.timeCost = res.result.timeCost
|
|
this.timeCost = res.result.timeCost
|