总分:
-
{{ formatScore(currentDetail.totalScore) }}
-
-
- (去掉最高分和最低分后的平均分)
-
-
+
+ {{ formatScore(currentDetail.chiefJudgeScore) }}
+ (主裁判已确认)
+
+
+ 待确认最终得分
+
+ 裁判员评分: {{ formatScore(currentDetail.totalScore) }}
+ (去掉最高最低分后平均)
+
+
@@ -398,7 +404,9 @@ export default {
playerNo: score.playerNo || '',
judgeScores: [],
scoreDetails: [],
- totalScore: 0
+ totalScore: 0,
+ chiefJudgeScore: score.chiefJudgeScore,
+ scoreStatus: score.scoreStatus || 0
})
}
@@ -565,6 +573,16 @@ export default {
}
.total-score {
+ }
+
+ .pending-score {
+ color: #e6a23c;
+ font-weight: 500;
+ }
+
+ .value.pending {
+ color: #e6a23c;
+ font-weight: 500;
color: #1b7c5e;
font-weight: 700;
font-size: 14px;