| 
					
				 | 
			
			
				@@ -1493,8 +1493,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <el-table-column prop="loadDate" :formatter="dateFormat" label="装车时间" :show-overflow-tooltip="true"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <el-table-column prop="cntrName" label="箱型" :show-overflow-tooltip="true"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <el-table-column prop="corpId" label="车队名称" :show-overflow-tooltip="true"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <el-table-column prop="planCntrQty" label="调度量" :show-overflow-tooltip="true"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <el-table-column prop="cntrQty" label="已派车" :show-overflow-tooltip="true"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <el-table-column prop="cntrQty" label="调度量" :show-overflow-tooltip="true"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <el-table-column prop="catrQty" label="已派车" :show-overflow-tooltip="true"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <!--          <el-table-column prop="mblno" label="运输性质" :show-overflow-tooltip="true"/>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <el-table-column label="操作"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <template slot-scope="scope"> 
			 |