|  | @@ -89,7 +89,7 @@
 | 
	
		
			
			| 89 | 89 |                <span :style="moneyColor((scope.row.memberCheckOut))">{{(scope.row.memberCheckOut)}}</span>
 | 
	
		
			
			| 90 | 90 |              </template>
 | 
	
		
			
			| 91 | 91 |            </el-table-column>
 | 
	
		
			
			| 92 |  | -          <el-table-column align="center" label="操作" width="100">
 | 
	
		
			
			|  | 92 | +          <el-table-column align="center" label="操作">
 | 
	
		
			
			| 93 | 93 |              <template slot-scope="scope">
 | 
	
		
			
			| 94 | 94 |                  <router-link to="/agent/index/gambleMemberManagement/index/gameHistory">
 | 
	
		
			
			| 95 | 95 |                      <el-button type="primary" size="mini" icon="el-icon-tickets" @click="handlePersonDetail(scope.row)">紀錄</el-button>  
 |