|
|
@@ -101,7 +101,9 @@ v
|
|
|
<!-- <image src="{{item.photo}}" class="detail-image" wx:if="{{item.photo}}" /> -->
|
|
|
<view class="item-box">
|
|
|
<view class="flex" wx:if="{{item.arrangeDate}}"><text>下一次时间:</text><text>{{item.arrangeDate}}</text></view>
|
|
|
- <view class="flex">已完成:<text style="color:#2ec4b6">{{item.finishCount}}次</text><text style="margin:0 5px">/</text>{{item.totalMeasure}}次
|
|
|
+ <view class="flex">
|
|
|
+ <text wx:if="{{item.isOffline==='Y'}}">已完成:<text style="color:#2ec4b6">{{item.finishCount}}次</text><text style="margin:0 5px">/</text>
|
|
|
+ {{item.totalMeasure}}次</text>
|
|
|
<view catchtap="onRecord" data-id="{{item.id}}" wx:if="{{item.isOffline==='Y'}}" class="verify-record">核销记录</view>
|
|
|
<view catchtap="pushCard" data-id="{{item.id}}" wx:else class="verify-record">打卡记录</view>
|
|
|
</view>
|