16 lines
		
	
	
		
			438 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			438 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| 
								 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								return [
							 | 
						||
| 
								 | 
							
								    'Brand_id'      => '所属小程序',
							 | 
						||
| 
								 | 
							
								    'Coach_id'      => '所属教练',
							 | 
						||
| 
								 | 
							
								    'Start_at'      => '开始时间',
							 | 
						||
| 
								 | 
							
								    'End_at'        => '结束时间',
							 | 
						||
| 
								 | 
							
								    'Description'   => '请假事由',
							 | 
						||
| 
								 | 
							
								    'Report_status' => '状态',
							 | 
						||
| 
								 | 
							
								    'Updatetime'    => '更新时间',
							 | 
						||
| 
								 | 
							
								    'Createtime'    => '创建时间',
							 | 
						||
| 
								 | 
							
								    'Status_0'     => '待处理',
							 | 
						||
| 
								 | 
							
								    'Status_1'     => '请假成功',
							 | 
						||
| 
								 | 
							
								    'Status_2'     => '请假失败'
							 | 
						||
| 
								 | 
							
								];
							 |