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