|
@@ -234,11 +234,11 @@
|
|
|
align: 'center',
|
|
|
dataIndex: 'twoDept'
|
|
|
},
|
|
|
- {
|
|
|
- title: '三级部门',
|
|
|
- align: 'center',
|
|
|
- dataIndex: 'threeDept'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '三级部门',
|
|
|
+ // align: 'center',
|
|
|
+ // dataIndex: 'threeDept'
|
|
|
+ // },
|
|
|
{
|
|
|
title: '最早',
|
|
|
align: 'center',
|
|
@@ -332,12 +332,12 @@
|
|
|
dataIndex: 'closingState'
|
|
|
},*/
|
|
|
{
|
|
|
- title: '加班开始时间',
|
|
|
+ title: '加班开始时间',width: 150,
|
|
|
align: 'center',
|
|
|
dataIndex: 'durationBeginDate'
|
|
|
},
|
|
|
{
|
|
|
- title: '加班结束时间',
|
|
|
+ title: '加班结束时间',width: 150,
|
|
|
align: 'center',
|
|
|
dataIndex: 'durationEndDate'
|
|
|
},
|