| 
					
				 | 
			
			
				@@ -36,6 +36,15 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <template slot="menuLeft"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <span @click="getsalesTrend({status: 0, mold:mold})">今日业务详情{{ mold == 1 ? '(集装箱)' : mold == 2 ? '(散货)' : mold == 3 ? '(特种)' : '' }}</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <template slot="status" slot-scope="{row}"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <span v-if="row.status == 0" style="color: #ffa21e;">未提交</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <span v-if="row.status == 1" style="color: #fb5b60;">未调度</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <span v-if="row.status == 2" style="color: #42bc6f;">未派车</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <span v-if="row.status == 3" style="color: #14cde1;">未受理</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <span v-if="row.status == 4" style="color: #04421fa1;">未完工</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <span v-if="row.status == 5" style="color: #3C9CFF;">工单关闭</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <span v-if="row.status == 6" style="color: #F56C6C;">未到场</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </avue-crud> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <!--集装箱--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <avue-crud v-else :data="tableData" :option="option" :key="key" ref="crud" @refresh-change="refresh" 
			 |