|
|
@@ -124,14 +124,20 @@
|
|
|
<view class="info-label">
|
|
|
<text class="text-gray">{{ getWorkOrderTypeInfo(item) }}</text>
|
|
|
</view>
|
|
|
+ <view class="info-value">
|
|
|
+ <text class="text-gray">{{ getPropertyValue(item, 'isCurrentUserInOrder') != null && getPropertyValue(item, 'isCurrentUserInOrder') == 'false' ? '未参与' : '' }}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="info-row">
|
|
|
<view class="info-label">
|
|
|
<text class="text-gray">下发时间: {{ getPropertyValue(item, 'assignTime') }}</text>
|
|
|
</view>
|
|
|
- <view class="info-value">
|
|
|
- <text class="text-gray">作业时长: {{ formatNumber(parseFloat(getPropertyValue(item, 'workHour'))) }}小时</text>
|
|
|
- </view>
|
|
|
+ <!-- <view class="info-value">
|
|
|
+ <text class="text-gray">作业时长: {{ formatNumber(parseFloat(getPropertyValue(item, 'workHour'))) }}小时 {{ getPropertyValue(item, 'isCurrentUserInOrder') != null && getPropertyValue(item, 'isCurrentUserInOrder') == 'false' ? '(未参与)' : '' }}</text>
|
|
|
+ </view> -->
|
|
|
+ <view class="info-value">
|
|
|
+ <text class="text-gray">作业时长: {{ formatNumber(parseFloat(getPropertyValue(item, 'workHour'))) }}小时</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|