Commit 63155953 authored by 黄奎's avatar 黄奎

页面修改

parent fe76001f
...@@ -134,7 +134,9 @@ ...@@ -134,7 +134,9 @@
<th width="120">{{$t('ground.genghuanjiudian')}}</th> <th width="120">{{$t('ground.genghuanjiudian')}}</th>
<th width="100">OP{{$t('hotel.hotel_status')}}</th> <th width="100">OP{{$t('hotel.hotel_status')}}</th>
<th width="100">{{$t('ground.dijiezhuangtai')}}</th> <th width="100">{{$t('ground.dijiezhuangtai')}}</th>
<th width="150">{{$t('ground.fangjianyds')}}<br />{{$t('ground.fangjianleixingS')}}</th> <th width="150">{{$t('ground.fangjianyds')}}<br />
SGL/TWN/DBL/TRP/司导S
</th>
</tr> </tr>
<tr v-if="DataList.length==0"> <tr v-if="DataList.length==0">
<td colspan="14">{{$t('system.content_noData')}}</td> <td colspan="14">{{$t('system.content_noData')}}</td>
...@@ -216,7 +218,7 @@ ...@@ -216,7 +218,7 @@
{{item.CommonReport.HouseStatistics.RealityRoomNum}} {{item.CommonReport.HouseStatistics.RealityRoomNum}}
</td> </td>
<td :rowspan="item.itemRowSpan" v-if='subIndex==0&&thirdIndex==0'> <td :rowspan="item.itemRowSpan" v-if='subIndex==0&&thirdIndex==0'>
<p @click="goRoomDetails(item,outItem,'订房详情')" style="cursor:pointer;text-decoration:underline;"> <p title="点击跳转到酒店操作页面" @click="goRoomDetails(item,outItem,'订房详情')" style="cursor:pointer;text-decoration:underline;color:red;font-weight:bold;">
{{$t('fnc.xiangqing')}}</p> {{$t('fnc.xiangqing')}}</p>
</td> </td>
<td :rowspan="subItem.HotelOrderList.length" v-if='thirdIndex==0'> <td :rowspan="subItem.HotelOrderList.length" v-if='thirdIndex==0'>
......
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