|
|
@@ -102,10 +102,10 @@
|
|
|
<text class="breakdown-label">维修工分</text>
|
|
|
<text class="breakdown-value">{{ repairScore }}分</text>
|
|
|
</view>
|
|
|
- <view v-if="rank !== null && totalRankingUsers !== null" class="breakdown-item">
|
|
|
+ <!-- <view v-if="rank !== null && totalRankingUsers !== null" class="breakdown-item">
|
|
|
<text class="breakdown-label">排名</text>
|
|
|
<text class="breakdown-value">{{ rank }}/{{ totalRankingUsers }}</text>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -134,7 +134,7 @@
|
|
|
<text class="text-gray">{{ getWorkOrderTypeInfo(item) }}</text>
|
|
|
</view>
|
|
|
<view class="info-value-row">
|
|
|
- <text v-if="getPropertyValue(item, 'score') !== ''" class="score-text">{{ formatNumber(parseFloat(getPropertyValue(item, 'score'))) }}</text>
|
|
|
+ <text v-if="getPropertyValue(item, 'myScore') !== ''" class="score-text">{{ formatNumber(parseFloat(getPropertyValue(item, 'myScore'))) }}</text>
|
|
|
<!-- <text class="status-text">{{ getOrderStatusText(getPropertyValue(item, 'scoreStatus')) }}</text> -->
|
|
|
</view>
|
|
|
</view>
|