Commit 00a466f0 authored by zhengke's avatar zhengke

修改按钮样式

parent 38a6c0a5
......@@ -122,7 +122,10 @@
<el-button @click="outerVisible = true,dialogTitle='修改酒店配置信息',GetHotelConfig(item.HConfigId)" type="primary"
icon="el-icon-edit" circle></el-button>
</el-tooltip>
<a v-if="item.Status==0" @click="DeleteHotelConfig(item)">删除</a>
<el-tooltip v-if="item.Status==0" class="item" effect="dark" content="删除" placement="top-start">
<el-button @click="DeleteHotelConfig(item)" type="danger"
icon="el-icon-delete" circle></el-button>
</el-tooltip>
</td>
</tr>
</table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment