| 
				
			 | 
			
			
				@@ -9,11 +9,11 @@ 
			 | 
		
	
		
			
			| 
				9
			 | 
			
				9
			 | 
			
			
				       </div> 
			 | 
		
	
		
			
			| 
				10
			 | 
			
				10
			 | 
			
			
				       <el-table :data="list" v-loading.body="listLoading" element-loading-text="Loading" border fit highlight-current-row 
			 | 
		
	
		
			
			| 
				11
			 | 
			
				11
			 | 
			
			
				         style="width: 100%"> 
			 | 
		
	
		
			
			| 
				12
			 | 
			
				
			 | 
			
			
				-        <el-table-column align="center" label='ID' > 
			 | 
		
	
		
			
			| 
				
			 | 
			
				12
			 | 
			
			
				+        <!-- <el-table-column align="center" label='ID' > 
			 | 
		
	
		
			
			| 
				13
			 | 
			
				13
			 | 
			
			
				           <template slot-scope="scope"> 
			 | 
		
	
		
			
			| 
				14
			 | 
			
				14
			 | 
			
			
				             {{scope.row.GambleMember.id}} 
			 | 
		
	
		
			
			| 
				15
			 | 
			
				15
			 | 
			
			
				           </template> 
			 | 
		
	
		
			
			| 
				16
			 | 
			
				
			 | 
			
			
				-        </el-table-column> 
			 | 
		
	
		
			
			| 
				
			 | 
			
				16
			 | 
			
			
				+        </el-table-column> --> 
			 | 
		
	
		
			
			| 
				17
			 | 
			
				17
			 | 
			
			
				         <el-table-column label="名稱" align="center"> 
			 | 
		
	
		
			
			| 
				18
			 | 
			
				18
			 | 
			
			
				           <template slot-scope="scope"> 
			 | 
		
	
		
			
			| 
				19
			 | 
			
				19
			 | 
			
			
				             {{scope.row.GambleMember.name}} 
			 |