|
|
|
@ -32,11 +32,12 @@ |
|
|
|
</view> |
|
|
|
<view class="item-content" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="lookItem"> |
|
|
|
<view class="flex flex-justify"> |
|
|
|
<text class="text-sg text-black van-ellipsis text-bold" style="max-width: 560rpx;">{{item.customerPersonName}}</text> |
|
|
|
<text class="text-sg text-black van-ellipsis text-bold" style="max-width: 500rpx;">{{item.customerPersonName}}</text> |
|
|
|
<view class="flex" > |
|
|
|
<van-tag plain round type="danger" wx:if="{{item.status == 0 && item.isOverdue == 1}}">已逾期</van-tag> |
|
|
|
<view class="text-df" style="color:#FA541C;margin-left:12rpx" wx:if="{{item.status == 0}}">待还款</view> |
|
|
|
<view class="text-df" style="color:#028A00;margin-left:12rpx" wx:if="{{item.status == 1}}">已还款</view> |
|
|
|
<view class="text-df" style="color:#028A00;margin-left:12rpx" wx:if="{{item.status == 2}}">部分还款</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify" style="margin-top:12rpx"> |
|
|
|
|