|
@@ -234,7 +234,7 @@ const columns: EpTableColumn<RowType>[] = [
|
|
|
const subColumns: EpTableColumn<RowType>[] = [
|
|
|
{ label: '密号', prop: 'secretNumber' },
|
|
|
{ label: '大题名称', prop: 'mainName' },
|
|
|
- { label: '当前成绩', prop: 'markerScore' },
|
|
|
+ { label: '当前成绩', prop: 'markScore' },
|
|
|
{ label: '修改成绩', prop: 'headerScore' },
|
|
|
]
|
|
|
|