|  |  |  | 
|---|
|  |  |  | <el-table-column v-if="containPermissions(['business:ywroom:update', 'business:ywroom:delete'])" label="操作" | 
|---|
|  |  |  | min-width="140" fixed="right"> | 
|---|
|  |  |  | <template slot-scope="{row}"> | 
|---|
|  |  |  | <el-button type="text" @click="$refs.houseDetails.open('房源详情')">查看详情</el-button> | 
|---|
|  |  |  | <el-button type="text" @click="$refs.houseDetails.open('房源详情', row.id)">查看详情</el-button> | 
|---|
|  |  |  | <el-button type="text" @click="editClick(row)" icon="el-icon-edit" | 
|---|
|  |  |  | v-permissions="['business:ywroom:update']">编辑</el-button> | 
|---|
|  |  |  | <el-button type="text" @click="deleteById(row)" icon="el-icon-delete" | 
|---|