|
@@ -354,8 +354,8 @@ const columns = [
|
|
|
width: 50,
|
|
|
fixed: 'left',
|
|
|
},
|
|
|
- { colKey: 'serviceUnitName', title: '服务单元', width: 160 },
|
|
|
- { colKey: 'sopNo', title: 'SOP流水号', width: 200 },
|
|
|
+ { colKey: 'serviceUnitName', title: '服务单元', width: 160, fixed: 'left' },
|
|
|
+ { colKey: 'sopNo', title: 'SOP流水号', width: 200, fixed: 'left' },
|
|
|
{ colKey: 'customName', title: '客户名称', width: 120 },
|
|
|
{ colKey: 'province', title: '省份', width: 120 },
|
|
|
{ colKey: 'city', title: '城市', width: 120 },
|
|
@@ -377,11 +377,11 @@ const columns = [
|
|
|
{ colKey: 'weekdays', title: '工作日(天)', width: 130 },
|
|
|
{ colKey: 'weekends', title: '周末(天)', width: 120 },
|
|
|
{ colKey: 'legalHolidays', title: '法定节假日(天)', width: 160 },
|
|
|
- { colKey: 'workHours', title: '累计工时(小时)', width: 140 },
|
|
|
+ { colKey: 'workHours', title: '累计工时(小时)', width: 160 },
|
|
|
{ colKey: 'violationDays', title: '违规工时(天)', width: 140 },
|
|
|
- { colKey: 'dingExceptionCount', title: '考勤异常数(天)', width: 150 },
|
|
|
- { colKey: 'remainCount', title: '剩余补卡次数', width: 120 },
|
|
|
- { colKey: 'exceptionCount', title: '待处理异常数', width: 120 },
|
|
|
+ { colKey: 'dingExceptionCount', title: '考勤异常数(次)', width: 150 },
|
|
|
+ { colKey: 'remainCount', title: '剩余补卡次数(次)', width: 160 },
|
|
|
+ { colKey: 'exceptionCount', title: '待处理异常数(次)', width: 160 },
|
|
|
{ colKey: 'submitStatus', title: '提交状态', cell: 'status', width: 120 },
|
|
|
{ colKey: 'submitUserName', title: '提交人', width: 120 },
|
|
|
{
|