|
@@ -72,7 +72,13 @@
|
|
|
></scoring-panel-with-confirm>
|
|
|
</div>
|
|
|
<div class="radius-base p-extra-small fill-blank m-l-base overflow-auto paper-mark-record">
|
|
|
- <mark-history-list :id="current?.taskId" :model-value="true" :modal="false" :task="current"></mark-history-list>
|
|
|
+ <mark-history-list
|
|
|
+ :id="current?.taskId"
|
|
|
+ height="100%"
|
|
|
+ :model-value="true"
|
|
|
+ :modal="false"
|
|
|
+ :task="current"
|
|
|
+ ></mark-history-list>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -143,7 +149,7 @@ const tableColumn: EpTableColumn<ExtractMultipleApiResponse<'getGroupMonitorDeta
|
|
|
{ label: '客观分', prop: 'objectiveScore', width: 60 },
|
|
|
{ label: '客主比', prop: 'headerRatio', width: 60 },
|
|
|
{ label: '分档', prop: 'scoreLevel' },
|
|
|
- { label: '评卷时间', prop: 'markTime', width: 150 },
|
|
|
+ { label: '评卷时间', prop: 'markTime', width: 130 },
|
|
|
]
|
|
|
|
|
|
const { fetch: getStatisticObjectiveByMarker, result: objectiveByMarker } = useFetch('getStatisticObjectiveByMarker')
|