|  | @@ -25,7 +25,7 @@
 | 
	
		
			
			| 25 | 25 |            <span>{{moment(scope.row.createdAt)}}</span>
 | 
	
		
			
			| 26 | 26 |          </template>
 | 
	
		
			
			| 27 | 27 |        </el-table-column>
 | 
	
		
			
			| 28 |  | -      <el-table-column align="center" label="操作" width="350">
 | 
	
		
			
			|  | 28 | +      <el-table-column align="center" label="操作" width="450">
 | 
	
		
			
			| 29 | 29 |          <template slot-scope="scope">
 | 
	
		
			
			| 30 | 30 |            <router-link to="/room/index/wechatMember/index">
 | 
	
		
			
			| 31 | 31 |              <el-button type="primary" size="mini" icon="el-icon-tickets" @click="handlePage(scope.row)">會員管理</el-button>
 |