|
|
@@ -74,7 +74,7 @@
|
|
|
<text class="table-cell score-col">自评得分</text>
|
|
|
<text class="table-cell score-col">复评得分</text>
|
|
|
<text class="table-cell score-col">终评得分</text>
|
|
|
- <text class="table-cell score-col">确认状态</text>
|
|
|
+ <!-- <text class="table-cell score-col">确认状态</text> -->
|
|
|
</view>
|
|
|
|
|
|
<!-- 表格行数据 -->
|
|
|
@@ -86,7 +86,7 @@
|
|
|
<text class="table-cell score-col">{{ person.selfScore !== null ? formatNumber(person.selfScore) : '-' }}</text>
|
|
|
<text class="table-cell score-col">{{ person.reviewScore !== null ? formatNumber(person.reviewScore) : '-' }}</text>
|
|
|
<text class="table-cell score-col">{{ person.finalScore !== null ? formatNumber(person.finalScore) : '-' }}</text>
|
|
|
- <text class="table-cell score-col">{{ person.confirmStatus !== null ? getConfirmStatusText(person.confirmStatus) : '-' }}</text>
|
|
|
+ <!-- <text class="table-cell score-col">{{ person.confirmStatus !== null ? getConfirmStatusText(person.confirmStatus) : '-' }}</text> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|