|
@@ -332,8 +332,8 @@ watch(serviceId, (serviceUnitId) => {
|
|
|
run3({ serviceUnitId });
|
|
|
});
|
|
|
const columns1 = [
|
|
|
- { colKey: 'leadName', title: '大区经理' },
|
|
|
- { colKey: 'total', title: '总数' },
|
|
|
+ { colKey: 'leadName', title: '大区经理', fixed: 'left' },
|
|
|
+ { colKey: 'total', title: '总数', width: 50 },
|
|
|
{ colKey: 'prepareSopNum', title: '准备阶段' },
|
|
|
{ colKey: 'scanSopNum', title: '扫描阶段' },
|
|
|
{ colKey: 'markSopNum', title: '评卷阶段' },
|
|
@@ -341,8 +341,8 @@ const columns1 = [
|
|
|
{ colKey: 'finishSopNum', title: '已完成' },
|
|
|
];
|
|
|
const columns2 = [
|
|
|
- { colKey: 'supplierName', title: '人力商' },
|
|
|
- { colKey: 'total', title: '总数' },
|
|
|
+ { colKey: 'supplierName', title: '人力商', fixed: 'left' },
|
|
|
+ { colKey: 'total', title: '总数', width: 50 },
|
|
|
{ colKey: 'prepareSopNum', title: '准备阶段' },
|
|
|
{ colKey: 'scanSopNum', title: '扫描阶段' },
|
|
|
{ colKey: 'markSopNum', title: '评卷阶段' },
|
|
@@ -350,8 +350,8 @@ const columns2 = [
|
|
|
{ colKey: 'finishSopNum', title: '已完成' },
|
|
|
];
|
|
|
const columns3 = [
|
|
|
- { colKey: 'coordinatorName', title: '区域协调人' },
|
|
|
- { colKey: 'total', title: '总数' },
|
|
|
+ { colKey: 'coordinatorName', title: '区域协调人', fixed: 'left' },
|
|
|
+ { colKey: 'total', title: '总数', width: 50 },
|
|
|
{ colKey: 'prepareSopNum', title: '准备阶段' },
|
|
|
{ colKey: 'scanSopNum', title: '扫描阶段' },
|
|
|
{ colKey: 'markSopNum', title: '评卷阶段' },
|