|
@@ -84,7 +84,7 @@
|
|
|
dataIndex: 'code',
|
|
|
ellipsis: true,
|
|
|
customRender: (t) => ellipsis(t,17),
|
|
|
- width:'4%'
|
|
|
+ width:'6%'
|
|
|
},
|
|
|
{
|
|
|
title: '姓名',
|
|
@@ -98,106 +98,105 @@
|
|
|
title: '基本薪资',
|
|
|
align: "center",
|
|
|
dataIndex: 'wages',
|
|
|
- ellipsis: true,
|
|
|
- width:'3%'
|
|
|
+ width:'5%'
|
|
|
},
|
|
|
{
|
|
|
title: '话费补贴',
|
|
|
align: "center",
|
|
|
dataIndex: 'phoneBill',
|
|
|
ellipsis: true,
|
|
|
- width:'3%'
|
|
|
+ width:'4%'
|
|
|
},
|
|
|
{
|
|
|
title: '午餐补贴',
|
|
|
align: "center",
|
|
|
dataIndex: 'lunch',
|
|
|
ellipsis: true,
|
|
|
- width:'3%'
|
|
|
+ width:'4%'
|
|
|
},
|
|
|
{
|
|
|
title: '住房补贴',
|
|
|
align: "center",
|
|
|
dataIndex: 'housingSubsidies',
|
|
|
ellipsis: true,
|
|
|
- width:'3%'
|
|
|
+ width:'4%'
|
|
|
},
|
|
|
{
|
|
|
title: '交通补贴',
|
|
|
align: "center",
|
|
|
dataIndex: 'transportation',
|
|
|
ellipsis: true,
|
|
|
- width:'3%'
|
|
|
+ width:'4%'
|
|
|
},
|
|
|
{
|
|
|
title: '全勤奖',
|
|
|
align: "center",
|
|
|
dataIndex: 'fullAttendance',
|
|
|
ellipsis: true,
|
|
|
- width:'3%'
|
|
|
+ width:'4%'
|
|
|
},
|
|
|
{
|
|
|
title: '合计应发',
|
|
|
align: "center",
|
|
|
dataIndex: 'totalPayable',
|
|
|
ellipsis: true,
|
|
|
- width:'3%'
|
|
|
+ width:'4%'
|
|
|
},
|
|
|
{
|
|
|
title: '社保',
|
|
|
align: "center",
|
|
|
dataIndex: 'socialSecurity',
|
|
|
ellipsis: true,
|
|
|
- width:'3%'
|
|
|
+ width:'4%'
|
|
|
},
|
|
|
{
|
|
|
title: '公积金',
|
|
|
align: "center",
|
|
|
dataIndex: 'accumulationFund',
|
|
|
ellipsis: true,
|
|
|
- width:'3%'
|
|
|
+ width:'4%'
|
|
|
},
|
|
|
{
|
|
|
title: '个税',
|
|
|
align: "center",
|
|
|
dataIndex: 'personalTax',
|
|
|
ellipsis: true,
|
|
|
- width:'3%'
|
|
|
+ width:'4%'
|
|
|
},
|
|
|
{
|
|
|
title: '迟到',
|
|
|
align: "center",
|
|
|
dataIndex: 'latenessCost',
|
|
|
ellipsis: true,
|
|
|
- width:'3%'
|
|
|
+ width:'4%'
|
|
|
},
|
|
|
{
|
|
|
title: '事假',
|
|
|
align: "center",
|
|
|
dataIndex: 'personalCost',
|
|
|
ellipsis: true,
|
|
|
- width:'3%'
|
|
|
+ width:'4%'
|
|
|
},
|
|
|
{
|
|
|
title: '病假',
|
|
|
align: "center",
|
|
|
dataIndex: 'sickCost',
|
|
|
ellipsis: true,
|
|
|
- width:'3%'
|
|
|
+ width:'4%'
|
|
|
},
|
|
|
{
|
|
|
title: '婚假',
|
|
|
align: "center",
|
|
|
dataIndex: 'marriageCost',
|
|
|
ellipsis: true,
|
|
|
- width:'3%'
|
|
|
+ width:'4%'
|
|
|
},
|
|
|
{
|
|
|
title: '丧假',
|
|
|
align: "center",
|
|
|
dataIndex: 'funeralCost',
|
|
|
ellipsis: true,
|
|
|
- width:'3%'
|
|
|
+ width:'4%'
|
|
|
},
|
|
|
{
|
|
|
title: '合计应扣',
|