|
|
@@ -183,7 +183,7 @@
|
|
|
<view class="list-item">
|
|
|
<view class="item-container">
|
|
|
<view class="item-header">
|
|
|
- <text class="item-title">{{ getPropertyValue(item, 'workOrderProjectNo') }}-{{ getPropertyValue(item, 'pcsStationName') }}{{ getPropertyValue(item, 'pcsDeviceName') }}的{{ getWorkOrderTypeText(getPropertyValue(item, 'orderType')) }}</text>
|
|
|
+ <text class="item-title">{{ getPropertyValue(item, 'workOrderProjectNo') }}-{{ getPropertyValue(item, 'pcsStationName') }}{{ getPropertyValue(item, 'pcsDeviceName') }}{{ getWorkOrderTypeText(getPropertyValue(item, 'orderType')) }}</text>
|
|
|
<!-- <text class="info-value">{{ getScoringStatus(item) }}</text> -->
|
|
|
<text class="status-tag" :class="getStatusClass(item)">{{ getScoringStatus(item) }}</text>
|
|
|
</view>
|