|
@@ -22,8 +22,8 @@
|
22
|
22
|
<view class="body_item_content_p" v-if="data.place || data.houseNumber">
|
23
|
23
|
<text class="name ellipsis">详细地址:{{data.place ? data.place.building.buildingName : ''}}{{data.place ? data.place.floorName : ''}}{{data.houseNumber}}</text>
|
24
|
24
|
</view>
|
25
|
|
- <view class="body_item_content_p" v-if="data.currentLog && data.currentLog.extra1DTO && data.currentLog.extra2 && data.currentLog.startTime">
|
26
|
|
- <text class="name ellipsis">延期处理:{{currentLogOverTime(data.currentLog)}}</text>
|
|
25
|
+ <view class="body_item_content_p" v-if="data.overtimeRemark">
|
|
26
|
+ <text class="name ellipsis">延期处理:{{data.overtimeRemark}}</text>
|
27
|
27
|
</view>
|
28
|
28
|
<view class="body_item_content_p">
|
29
|
29
|
<text class="name" v-if="data.assigneeName">
|