|
|
@@ -25,47 +25,78 @@
|
|
|
},
|
|
|
],
|
|
|
columns: [
|
|
|
+ {
|
|
|
+ title: '星期',
|
|
|
+ dataIndex: 'weekCn',
|
|
|
+ align: 'center',
|
|
|
+ width: '80px',
|
|
|
+ },
|
|
|
{
|
|
|
title: '提报日期',
|
|
|
dataIndex: 'submitDate',
|
|
|
align: 'center',
|
|
|
- width: '90px',
|
|
|
+ width: '80px',
|
|
|
},
|
|
|
{
|
|
|
title: '总工时',
|
|
|
dataIndex: 'totalWorkDays',
|
|
|
align: 'center',
|
|
|
- width: '90px',
|
|
|
+ width: '80px',
|
|
|
},
|
|
|
{
|
|
|
title: '任务类工时',
|
|
|
dataIndex: 'normalSubmitDays',
|
|
|
align: 'center',
|
|
|
- width: '130px',
|
|
|
+ width: '90px',
|
|
|
},
|
|
|
{
|
|
|
title: '非任务类工时',
|
|
|
dataIndex: 'abnormalSubmitDays',
|
|
|
align: 'center',
|
|
|
- width: '130px',
|
|
|
+ width: '90px',
|
|
|
},
|
|
|
{
|
|
|
title: '驻场人数',
|
|
|
dataIndex: 'siteCount',
|
|
|
align: 'center',
|
|
|
- width: '170px',
|
|
|
+ width: '80px',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '驻场情况',
|
|
|
+ dataIndex: 'residentSituation',
|
|
|
+ align: 'center',
|
|
|
+ width: '100px',
|
|
|
+ ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
title: '提报人数',
|
|
|
dataIndex: 'submitCount',
|
|
|
align: 'center',
|
|
|
- width: '170px',
|
|
|
+ width: '80px',
|
|
|
},
|
|
|
{
|
|
|
- title: '需提报人数 ',
|
|
|
+ title: '在岗人数',
|
|
|
+ dataIndex: 'dutyCount',
|
|
|
+ align: 'center',
|
|
|
+ width: '80px',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '请假情况',
|
|
|
+ dataIndex: 'leaveSituation',
|
|
|
+ align: 'center',
|
|
|
+ width: '100px',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '需提报人数',
|
|
|
dataIndex: 'requireSubmitCount',
|
|
|
align: 'center',
|
|
|
- width: '170px',
|
|
|
+ width: '80px',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '未提报人员',
|
|
|
+ dataIndex: 'unSubmitStaff',
|
|
|
+ align: 'center',
|
|
|
+ width: '100px',
|
|
|
},
|
|
|
],
|
|
|
beforeFetch({ params }) {
|