|
|
@@ -63,8 +63,7 @@ |
|
|
|
<view class="arriveNum">{{ item.phone | encryption }}</view> |
|
|
|
</view> |
|
|
|
<view class="right"> |
|
|
|
<image src="../static/img/power.png" class="img" mode=""></image> |
|
|
|
{{item.fraction || '0'}}% |
|
|
|
销讲业务:{{item.marketingBusiness || 'xxx'}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="content-newadd"> |
|
|
@@ -74,8 +73,8 @@ |
|
|
|
<view class="c-items"> |
|
|
|
挖掘成功:{{item.wordFinishFraction||0}}% |
|
|
|
</view> |
|
|
|
<view class="c-items"> |
|
|
|
销讲业务:{{item.marketingBusiness||'xxx'}} |
|
|
|
<view class="c-items u-flex"> |
|
|
|
销讲执行:<view class="value" style="color: #2671E2;font-weight:bold;">{{item.fraction||0}}%</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="content-last"> |
|
|
@@ -687,7 +686,7 @@ |
|
|
|
} |
|
|
|
this.$u.post("/customer/findbypage", parames).then(data => { |
|
|
|
this.LOADING = false |
|
|
|
console.log(data) |
|
|
|
// console.log(data) |
|
|
|
let list = data.records || []; |
|
|
|
if(this.isRefresh){ |
|
|
|
this.recordList = list; |
|
|
@@ -1052,15 +1051,8 @@ |
|
|
|
.right { |
|
|
|
font-size: 28rpx; |
|
|
|
font-weight: 400; |
|
|
|
color: #2671E2; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
|
|
|
|
.img { |
|
|
|
margin-right: 10rpx; |
|
|
|
width: 32rpx; |
|
|
|
height: 32rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.content-newadd{ |
|
|
|