Przeglądaj źródła

fix: 重评卷状态字段修改

chenhao 2 lat temu
rodzic
commit
86c87029a3
1 zmienionych plików z 1 dodań i 1 usunięć
  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 },
 ]