| 
					
				 | 
			
			
				@@ -185,7 +185,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             show-overflow-tooltip 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           ></el-table-column> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <el-table-column align="center" prop="websitNumber" label="网点名称" min-width="140" show-overflow-tooltip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <template slot-scope="scope"> ({{ scope.row.websitNumber }}){{ scope.row.websitName }} </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <template slot-scope="scope"> ({{ scope.row.websitId }}){{ scope.row.websitName }} </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </el-table-column> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <el-table-column align="center" prop="isNotice" label="是否强制提醒" show-overflow-tooltip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <template slot-scope="scope"> 
			 |