| 
					
				 | 
			
			
				@@ -12,7 +12,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<view v-if="dataList.length>0" class="card" v-for="item,index  in dataList" :key="index"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<template v-if="merchantType==10"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<view class="header"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						<text style="font-weight: bold;">{{item.payDate}} {{item.playTime}}出发/{{item.orderType==3?'拼船':'包船'}}</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						<text style="font-weight: bold;">{{item.playDate}} {{item.playTime}}出发/{{item.orderType==3?'拼船':'包船'}}</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						<text :class="oscConfig[item.status]||'textDcx'">{{FishJialeOcfg[item.status]}}</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<view class="mainContent" @tap="navTo(item)"> 
			 |