| | |
| | | <view |
| | | class="patrol-record-wrap {{item.ledgerFinished ? 'patrol-finished' : 'patrol-unfinished'}}" |
| | | > |
| | | <view class="patrol-record-wrap {{item.ledgerFinished ? 'patrol-finished' : 'patrol-unfinished'}}"> |
| | | <view class="patrol-record-text-wrap"> |
| | | <view> {{indexText}} </view> |
| | | <view style="display: flex;flex-direction: column;justify-content: space-between;"> |
| | | <view style="display: flex; flex-direction: column; justify-content: space-between"> |
| | | <view class="patrol-record-text">{{item.ledgerName}}</view> |
| | | <view class="patrol-record-tag" |
| | | >{{item.updateDate ? item.updateDate : '未提交'}}</view |
| | | > |
| | | <view class="patrol-record-tag">{{item.updateDate ? item.updateDate : '未提交'}}</view> |
| | | </view> |
| | | </view> |
| | | <view class="patrol-record-img-wrap"> |
| | | <t-image |
| | | wx:if="{{item.path1 == null}}" |
| | | t-class="t-class-image" |
| | | src="{{null}}" |
| | | mode="aspectFill" |
| | | src="{{'/res/nodata.png'}}" |
| | | mode="aspectFit" |
| | | width="80rpx" |
| | | height="80rpx" |
| | | shape="round" |
| | | > |
| | | <text slot="error">未提交</text> |
| | | <text slot="error">未提交</text> |
| | | </t-image> |
| | | <block wx:else> |
| | | <t-image |