|
@@ -205,7 +205,7 @@ const formItems = computed<EpFormItem[]>(() => [
|
|
const columns: EpTableColumn[] = [
|
|
const columns: EpTableColumn[] = [
|
|
{ label: '密号', prop: 'secretNumber', width: 45 },
|
|
{ label: '密号', prop: 'secretNumber', width: 45 },
|
|
{ label: '提交人', prop: 'markerName', width: 60 },
|
|
{ label: '提交人', prop: 'markerName', width: 60 },
|
|
- { label: '问题类型', prop: 'problemType', width: 45 },
|
|
|
|
|
|
+ { label: '问题类型', prop: 'problemTypeName', width: 45 },
|
|
{ label: '客观分', prop: 'objectiveScore', width: 45 },
|
|
{ label: '客观分', prop: 'objectiveScore', width: 45 },
|
|
{ label: '主观分', prop: 'markerScore', width: 45 },
|
|
{ label: '主观分', prop: 'markerScore', width: 45 },
|
|
{ label: '客主比', prop: 'markerRatio', width: 45 },
|
|
{ label: '客主比', prop: 'markerRatio', width: 45 },
|