Преглед изворни кода

fix: 重评卷状态字段修改

chenhao пре 2 година
родитељ
комит
86c87029a3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/modules/marking/repeat/index.vue

+ 1 - 1
src/modules/marking/repeat/index.vue

@@ -190,7 +190,7 @@ const columns: EpTableColumn[] = [
   { label: '评卷员', prop: 'markerName', width: 70 },
   { label: '给分', prop: 'markerScore', width: 54 },
   { label: '重评时间', prop: 'reMarkTime', width: 88 },
-  { label: '确认状态', prop: 'confirm', width: 72 },
+  { label: '确认状态', prop: 'confirmName', width: 72 },
   { label: '确认给分', prop: 'confirmScore', width: 72 },
 ]