|
@@ -79,7 +79,7 @@ const columns = computed<EpTableColumn<ExtractArrayValue<ExtractApiResponse<'get
|
|
|
return `${row.markScore}${props.showLevel ? `(${row.scoreLevel})` : ''}`
|
|
|
},
|
|
|
},
|
|
|
- { label: '类型' },
|
|
|
+ { label: '类型', prop: 'historyType' },
|
|
|
{ label: '评卷时间', prop: 'markTime' },
|
|
|
]
|
|
|
)
|