@@ -102,29 +102,29 @@
align: "center",
dataIndex: 'cardNo',
ellipsis: true,
- width:'14%',
- customRender: (t) => ellipsis(t,25),
+ width:'16%',
+ customRender: (t) => ellipsis(t,19),
},
{
title: '年假天数',
dataIndex: 'annualLeave',
- width:'10%'
+ width:'14%'
title: '已请天数',
dataIndex: 'used',
+ width:'104'
title: '剩余天数',
dataIndex: 'surplus',
]