Commit 5018d080 authored by 黄奎's avatar 黄奎

页面修改

parent 9079f8f6
...@@ -120,7 +120,6 @@ ...@@ -120,7 +120,6 @@
<th width="100">OP状态</th> <th width="100">OP状态</th>
<th width="100">地接状态</th> <th width="100">地接状态</th>
<th width="150">操作</th> <th width="150">操作</th>
<!-- <th width="150">房间预订数<br />单间/标准双人间/大床房/三人间/司导间</th> -->
</tr> </tr>
<tr v-if="DataList.length==0"> <tr v-if="DataList.length==0">
<td colspan="14">暂无数据</td> <td colspan="14">暂无数据</td>
...@@ -237,7 +236,6 @@ ...@@ -237,7 +236,6 @@
</template> </template>
</td> </td>
<td> <td>
<el-popover placement="right" width="540" trigger="click" v-model="subItem.isShowPop"> <el-popover placement="right" width="540" trigger="click" v-model="subItem.isShowPop">
<comCheckHotel :ref="'comCheckHotel'+index+subIndex+''" <comCheckHotel :ref="'comCheckHotel'+index+subIndex+''"
:UseDate="subItem.UseTimeStr"> :UseDate="subItem.UseTimeStr">
...@@ -248,8 +246,6 @@ ...@@ -248,8 +246,6 @@
酒店选择 酒店选择
</el-button> </el-button>
</el-popover> </el-popover>
</td> </td>
</tr> </tr>
</template> </template>
...@@ -529,7 +525,6 @@ ...@@ -529,7 +525,6 @@
let height = window.innerHeight - 65 - 164; let height = window.innerHeight - 65 - 164;
this.boxHeight = height; this.boxHeight = height;
this.offsetwidth = width; this.offsetwidth = width;
//this.msg.CombinationNum = "HP20190713TN07A1";
this.getLinePlaceList(); this.getLinePlaceList();
this.getAirlineList(); this.getAirlineList();
this.getEmployeeList(); this.getEmployeeList();
......
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