Commit 318e718f authored by zhengke's avatar zhengke

清除打印.

parent 34aa36a1
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<th style="width:150px;" v-if="showHotelObj.showPrice">使用数量/价格</th> <th style="width:150px;" v-if="showHotelObj.showPrice">使用数量/价格</th>
<th style="width:100px;" v-if="showHotelObj.showPay">付款方式</th> <th style="width:100px;" v-if="showHotelObj.showPay">付款方式</th>
<th style="width:100px;" v-if="showHotelObj.ShowTaxType">税入/税别</th> <th style="width:100px;" v-if="showHotelObj.ShowTaxType">税入/税别</th>
<th style="width:120px;" v-if="showHotelObj.ShowRebateRatio">返佣比例</th> <th style="width:100px;" v-if="showHotelObj.ShowRebateRatio">返佣比例</th>
<th style="width:120px" v-if="showHotelObj.showZhan">占房时间</th> <th style="width:120px" v-if="showHotelObj.showZhan">占房时间</th>
<th style="width:100px" v-if="showHotelObj.showZhan">确认时间</th> <th style="width:100px" v-if="showHotelObj.showZhan">确认时间</th>
</tr> </tr>
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
} }
}, },
mounted() { mounted() {
console.log(this.HotelObj,'HotelObj');
} }
}; };
......
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