| 
					
				 | 
			
			
				@@ -2,10 +2,10 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	<view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<!-- 状态 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<view class="label" v-if="(form.status == 2 || form.status == 3 || form.status == 4) && userInfoRoleName.indexOf('admin') == -1"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<view class="tab" ref="wx" :style="{'color':wxStyle}" @click="tab('wx')"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			<view class="tab" ref="wx" :style="{'color':wxStyle,'height':'100%','border-right': '1rpx solid #f4f4f4'}" @click="tab('wx')"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<text>报修单</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<view class="tab" ref="gz" :style="{'color':gzStyle}" @click="tab('gz')"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			<view class="tab" ref="gz" :style="{'color':gzStyle,'height':'100%','border-left': '1rpx solid #f4f4f4'}" @click="tab('gz')"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<text>工作单</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		</view> 
			 |