|
@@ -53,7 +53,7 @@ const columns: EpTableColumn<ExtractArrayValue<ExtractApiResponse<'getStatistics
|
|
|
{
|
|
|
label: '小组',
|
|
|
prop: 'markingGroupNumber',
|
|
|
- width: 52,
|
|
|
+ width: 60,
|
|
|
fixed: 'left',
|
|
|
formatter(row: any) {
|
|
|
return row.markingGroupNumber === 0 ? '全部' : `${row.markingGroupNumber}`
|
|
@@ -68,39 +68,39 @@ const columns: EpTableColumn<ExtractArrayValue<ExtractApiResponse<'getStatistics
|
|
|
return row.markingGroupNumber === 0 ? '全体' : `第${row.markingGroupNumber}组`
|
|
|
},
|
|
|
},
|
|
|
- { align: 'center', label: '评卷份数', prop: 'markingPaperCount', width: 92 },
|
|
|
- { align: 'center', label: '平均分', prop: 'avg', width: 80 },
|
|
|
- { align: 'center', label: '相关系数', prop: 'xyRelate', width: 90 },
|
|
|
- { align: 'center', label: '标准差', prop: 'std', width: 80 },
|
|
|
- { align: 'center', label: '综合系数', prop: 'integration', width: 90 },
|
|
|
+ { align: 'center', label: '评卷份数', prop: 'markingPaperCount', minWidth: 92 },
|
|
|
+ { align: 'center', label: '平均分', prop: 'avg', minWidth: 80 },
|
|
|
+ { align: 'center', label: '相关系数', prop: 'xyRelate', minWidth: 90 },
|
|
|
+ { align: 'center', label: '标准差', prop: 'std', minWidth: 80 },
|
|
|
+ { align: 'center', label: '综合系数', prop: 'integration', minWidth: 90 },
|
|
|
|
|
|
// { align: 'center', label: '评卷份数', prop: 'markingPaperCount', width: 92 },
|
|
|
- { align: 'center', label: '当日可阅', prop: 'markDayCount', width: 92 },
|
|
|
- { align: 'center', label: '剩余可阅', prop: 'todoMarkDayCount', width: 92 },
|
|
|
- { align: 'center', label: '客观题0分量', prop: 'objectiveZero', width: 120 },
|
|
|
- { align: 'center', label: '客观平均分', prop: 'objectiveAvg', width: 110 },
|
|
|
- { align: 'center', label: '客观标准差', prop: 'objectiveStd', width: 104 },
|
|
|
+ { align: 'center', label: '当日可阅', prop: 'markDayCount', minWidth: 92 },
|
|
|
+ { align: 'center', label: '剩余可阅', prop: 'todoMarkDayCount', minWidth: 92 },
|
|
|
+ { align: 'center', label: '客观题0分量', prop: 'objectiveZero', minWidth: 120 },
|
|
|
+ { align: 'center', label: '客观平均分', prop: 'objectiveAvg', minWidth: 110 },
|
|
|
+ { align: 'center', label: '客观标准差', prop: 'objectiveStd', minWidth: 104 },
|
|
|
{
|
|
|
align: 'center',
|
|
|
label: '重评/待确认',
|
|
|
prop: 'reMarkUnConfirmCount',
|
|
|
- width: 120,
|
|
|
+ minWidth: 120,
|
|
|
formatter(row: any) {
|
|
|
return `${row.reMarkCount}/${row.reMarkUnConfirmCount}`
|
|
|
},
|
|
|
},
|
|
|
- { align: 'center', label: '抽查量', prop: 'checkCount', width: 90 },
|
|
|
- { align: 'center', label: '抽查改正量', prop: 'checkCorrectCount', width: 110 },
|
|
|
+ { align: 'center', label: '抽查量', prop: 'checkCount', minWidth: 90 },
|
|
|
+ { align: 'center', label: '抽查改正量', prop: 'checkCorrectCount', minWidth: 110 },
|
|
|
// { align: 'center', label: '相关系数', prop: 'xyRelate', width: 90 },
|
|
|
// { align: 'center', label: '平均分', prop: 'avg', width: 80 },
|
|
|
// { align: 'center', label: '标准差', prop: 'std', width: 80 },
|
|
|
- { align: 'center', label: '近5分钟最高分', prop: 'scoreTop', width: 124 },
|
|
|
- { align: 'center', label: '近5分钟最低分', prop: 'scoreLow', width: 124 },
|
|
|
- { align: 'center', label: '近5分钟客主比', prop: 'objSubRate', width: 124 },
|
|
|
- { align: 'center', label: '平均客主比', prop: 'objSubAvgRate', width: 110 },
|
|
|
- { align: 'center', label: '在线', prop: 'online', width: 72 },
|
|
|
- { align: 'center', label: '状态', prop: 'markingStatus', width: 100 },
|
|
|
- { align: 'center', label: '速度', prop: 'markingRate', width: 66 },
|
|
|
+ { align: 'center', label: '近5分钟最高分', prop: 'scoreTop', minWidth: 124 },
|
|
|
+ { align: 'center', label: '近5分钟最低分', prop: 'scoreLow', minWidth: 124 },
|
|
|
+ { align: 'center', label: '近5分钟客主比', prop: 'objSubRate', minWidth: 124 },
|
|
|
+ { align: 'center', label: '平均客主比', prop: 'objSubAvgRate', minWidth: 110 },
|
|
|
+ { align: 'center', label: '在线', prop: 'online', minWidth: 72 },
|
|
|
+ { align: 'center', label: '状态', prop: 'markingStatus', minWidth: 100 },
|
|
|
+ { align: 'center', label: '速度', prop: 'markingRate', minWidth: 66 },
|
|
|
// { align: 'center', label: '综合系数', prop: 'integration', width: 90 },
|
|
|
].map((col: any) => {
|
|
|
if (!['小组', '重评/待确认'].includes(col.label)) col.sortable = 'custom'
|