|
@@ -204,7 +204,7 @@ const columns: EpTableColumn<RowType>[] = [
|
|
|
{ label: '离差', prop: 'diff' },
|
|
|
{ label: '正式分', prop: 'markerScore' },
|
|
|
{ label: '自查分', prop: 'selfScore' },
|
|
|
- { label: '评卷时间', prop: 'markTime', width: 130 },
|
|
|
+ { label: '自查时间', prop: 'markTime', width: 130 },
|
|
|
]
|
|
|
//该接口貌似是返回全量,不需要pageSize
|
|
|
const {
|