|
@@ -207,9 +207,9 @@ const columns: EpTableColumn[] = [
|
|
{ label: '提交人', prop: 'markerName', width: 60 },
|
|
{ label: '提交人', prop: 'markerName', width: 60 },
|
|
{ label: '问题类型', prop: 'problemTypeName', width: 45 },
|
|
{ label: '问题类型', prop: 'problemTypeName', width: 45 },
|
|
{ label: '客观分', prop: 'objectiveScore', width: 45 },
|
|
{ label: '客观分', prop: 'objectiveScore', width: 45 },
|
|
- { label: '主观分', prop: 'markerScore', width: 45 },
|
|
|
|
- { label: '客主比', prop: 'markerRatio', width: 45 },
|
|
|
|
- { label: '评卷时间', prop: 'createTime', width: 45 },
|
|
|
|
|
|
+ { label: '主观分', prop: 'markScore', width: 45 },
|
|
|
|
+ { label: '客主比', prop: 'markRatio', width: 45 },
|
|
|
|
+ { label: '评卷时间', prop: 'markTime', width: 45 },
|
|
{ label: '处理人', prop: 'headerName', width: 45 },
|
|
{ label: '处理人', prop: 'headerName', width: 45 },
|
|
{ label: '处理时间', prop: 'solveTime', width: 45 },
|
|
{ label: '处理时间', prop: 'solveTime', width: 45 },
|
|
]
|
|
]
|