Commit 96b540fb authored by zhengke's avatar zhengke

修改

parent 48174df2
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<li> <li>
<span> <span>
<em>月份</em> <em>月份</em>
<el-date-picker v-model="msg.QMonthStr" type="month" format="yyyy-MM" placeholder="选择月"> <el-date-picker v-model="msg.QMonthStr" type="month" value-format="yyyy-MM-dd" placeholder="选择月">
</el-date-picker> </el-date-picker>
</span> </span>
</li> </li>
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
</td> </td>
<td> <td>
<el-tooltip class="item" effect="dark" content="酒店信息" placement="top-start"> <el-tooltip class="item" effect="dark" content="酒店信息" placement="top-start">
<el-popover placement="bottom" width="600" trigger="click" popper-class="rq_HotelDetails"> <el-popover placement="bottom" width="800" trigger="click" popper-class="rq_HotelDetails">
<table class="rq_HotelTable"> <table class="rq_HotelTable">
<tr> <tr>
<th width="160"> <th width="160">
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<th width="200"> <th width="200">
更换名称 更换名称
</th> </th>
<th width="300"> <th width="500">
价格 价格
</th> </th>
</tr> </tr>
......
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