ouyj 4 месяцев назад
Родитель
Сommit
d5562e17c8
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      pages/score/detail/index.uvue

+ 2 - 2
pages/score/detail/index.uvue

@@ -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>