|
|
@@ -14,7 +14,7 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<view style="text-align: center;font-size: 60rpx;margin-top: 15rpx;color: #ffffff;"> |
|
|
|
{{list.length > 0 ? list[0].PerformanceTotalScore || 0 : 0}} |
|
|
|
{{list.length > 0 ? list[0].PerformanceTotalScore + parseFloat(list[0].HolidayJobPerformance) || 0 : 0}} |
|
|
|
</view> |
|
|
|
|
|
|
|
<view style="text-align: center;font-size: 20rpx;margin-top: 15rpx;color: #94d4ff;"> |
|
|
@@ -31,7 +31,10 @@ |
|
|
|
<text>月绩效考核分合计</text> |
|
|
|
<text>{{list.length > 0 ? list[0].PerformanceTotalScore || 0 : 0}} <text class="text-xxl cuIcon cuIcon-right" style="font-size: 16px;" ></text> </text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="item-titlewrap"> |
|
|
|
<text>假期工作绩效</text> |
|
|
|
<text>{{list.length > 0 ? list[0].HolidayJobPerformance || 0 : 0}} <text class="text-xxl cuIcon cuIcon-right" style="font-size: 16px;" ></text> </text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|