| | |
| | | { |
| | | title: '日期', |
| | | align: 'center', |
| | | dataIndex: 'effectiveDate', |
| | | dataIndex: 'theDate', |
| | | width:150 |
| | | // scopedSlots:{customRender:'startTime'}, |
| | | // customRender:(text,row,index) => { |
| | | // return moment(text).format("YYYY-MM-DD HH:mm:ss") |
| | | // } |
| | | }, |
| | | { |
| | | title: '班次开始时间', |
| | | align: 'center', |
| | | dataIndex: 'startDate', |
| | | width:150 |
| | | }, |
| | | { |
| | | title: '班次结束时间', |
| | | align: 'center', |
| | | dataIndex: 'endDate', |
| | | width:150 |
| | | }, |
| | | // { |
| | | // title: '班次开始时间', |
| | | // align: 'center', |
| | | // dataIndex: 'startDate', |
| | | // width:150 |
| | | // }, |
| | | // { |
| | | // title: '班次结束时间', |
| | | // align: 'center', |
| | | // dataIndex: 'endDate', |
| | | // width:150 |
| | | // }, |
| | | { |
| | | title: '加班开始时间', |
| | | align: 'center', |
| | |
| | | align: 'center', |
| | | dataIndex: 'duration', |
| | | scopedSlots: {customRender: 'duration'}, |
| | | width:150 |
| | | width:200 |
| | | }, |
| | | { |
| | | title: '备注', |
| | | align: 'center', |
| | | dataIndex: 'remark', |
| | | width:150 |
| | | width:210 |
| | | }, |
| | | { |
| | | title: '操作', |