|
@@ -211,7 +211,7 @@
|
|
// dataIndex: 'workNo'
|
|
// dataIndex: 'workNo'
|
|
// },
|
|
// },
|
|
{
|
|
{
|
|
- title: '班次',
|
|
|
|
|
|
+ title: '班次',dataIndex:'name',
|
|
align: 'center',sorter: true,
|
|
align: 'center',sorter: true,
|
|
fixed: 'left', width: 160,
|
|
fixed: 'left', width: 160,
|
|
scopedSlots: {
|
|
scopedSlots: {
|
|
@@ -290,7 +290,7 @@
|
|
align: 'center',sorter: true,
|
|
align: 'center',sorter: true,
|
|
dataIndex: 'attendanceCount', width: 100
|
|
dataIndex: 'attendanceCount', width: 100
|
|
}, {
|
|
}, {
|
|
- title: '考勤状态',
|
|
|
|
|
|
+ title: '考勤状态',dataIndex:'showState',
|
|
align: 'center', width: 100,sorter: true,
|
|
align: 'center', width: 100,sorter: true,
|
|
scopedSlots: {
|
|
scopedSlots: {
|
|
customRender: 'latetimeState'
|
|
customRender: 'latetimeState'
|