Commit ccd87f2e authored by 黄奎's avatar 黄奎

页面修改

parent 5838135e
......@@ -156,7 +156,7 @@
</span>
</td>
<td v-if="childIndex==0" :rowspan="subItem.hotelList.length+1">
<el-tooltip class="item" effect="dark" content="操作信息" placement="top-start">
<el-tooltip class="item" effect="dark" content="操作信息" placement="top-start" style="display:none;">
<el-popover placement="bottom" width="460" trigger="click">
<table>
<tr>
......@@ -398,7 +398,6 @@
if (res.data.resultCode == 1) {
this.total = res.data.data.count;
this.dataList = res.data.data.pageData;
console.log("dataList", this.dataList);
} else {
this.$message.error(res.data.message)
}
......
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