|
@@ -69,7 +69,7 @@ const requestModel = reactive<ExtractMultipleApiParams<'getCetScoreList'>>({ ...
|
|
|
const { pagination, currentPage, loading, data } = useTable('getCetScoreList', requestModel, true, 'post', false)
|
|
|
|
|
|
const columns: EpTableColumn[] = [
|
|
|
- { label: '准考证号', prop: 'examNumber' },
|
|
|
+ { label: '准考证号', prop: 'examNumber', minWidth: '160' },
|
|
|
{ label: '科目代码', prop: 'subjectCode' },
|
|
|
{ label: '作文分', prop: 'compositionScore' },
|
|
|
{ label: '主观分', prop: 'subjectScore' },
|