Commit 32e68306 authored by 黄奎's avatar 黄奎

页面修改

parent 6316bbf1
......@@ -122,7 +122,7 @@
<el-button @click="outerVisible = true,dialogTitle='修改酒店配置信息',GetHotelConfig(item.HConfigId)" type="primary"
icon="el-icon-edit" circle></el-button>
</el-tooltip>
<a @click="DeleteHotelConfig(item)">删除</a>
<a v-if="item.Status==0" @click="DeleteHotelConfig(item)">删除</a>
</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