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