|
@@ -184,13 +184,13 @@ const columns: EpTableColumn[] = [
|
|
|
{ label: '密号', prop: 'secretNumber', width: 100, fixed: 'left' },
|
|
|
{ label: '客观分', prop: 'objectiveScore', width: 60 },
|
|
|
{ label: '组员给分', prop: 'markerScore', width: 70 },
|
|
|
- { label: '组员', prop: 'markerName', width: 45 },
|
|
|
+ { label: '组员', prop: 'markerName', width: 90 },
|
|
|
{ label: '组员客主比', prop: 'markerRatio', width: 80 },
|
|
|
{ label: '小组长给分', prop: 'deputyScore', width: 80 },
|
|
|
- { label: '小组长', prop: 'deputyName', width: 55 },
|
|
|
+ { label: '小组长', prop: 'deputyName', width: 90 },
|
|
|
{ label: '小组长客主比', prop: 'deputyRatio', width: 90 },
|
|
|
{ label: '大组长给分', prop: 'chiefScore', width: 80 },
|
|
|
- { label: '大组长', prop: 'chiefName', width: 60 },
|
|
|
+ { label: '大组长', prop: 'chiefName', width: 90 },
|
|
|
{ label: '大组长客主比', prop: 'chiefRatio', width: 90 },
|
|
|
]
|
|
|
|