Commit cb970d9c authored by zhengke's avatar zhengke

修改

parent 367be858
......@@ -90,7 +90,7 @@
</el-date-picker>
</li>
</ul>
<table class="commonMoreTable" border="0" cellspacing="0" cellpadding="0">
<table class="commonMoreTable" v-loading="loading" border="0" cellspacing="0" cellpadding="0">
<tr>
<th title="订单号">注文番号</th>
<th title="酒店信息">ホテル情報</th>
......@@ -167,6 +167,11 @@
</td>
</tr>
</tbody>
<tbody v-if="dataList.length==0">
<tr>
<td colspan="9" style="text-align:center;">暂无数据</td>
</tr>
</tbody>
</table>
<el-pagination @current-change="currentChange" background :page-size="msg.pageSize" layout="prev, pager, next"
:total="total">
......
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