Commit ddde0314 authored by 黄奎's avatar 黄奎

11

parent 4a989824
......@@ -79,9 +79,8 @@
<font class="jieji">接机 √</font> &nbsp;<font class="songji">送机 √</font>&nbsp;
<font class="yiriyou">一日游 √</font>
</div>
<el-table ref="mytableJap" :data="OrderList" style="width: 100%" :loading="loading" :height="tableHeight"
key="index">
<!--:height="tableHeight"-->
<el-table ref="mytableJap" :data="OrderList" style="width: 100%" :loading="loading" key="index">
<el-table-column fixed prop="SupplierName" :label="$t('objFill.v101.busManagement.chegongs')" width="150">
<template slot-scope="scope">
<div class="text-p-xs">{{scope.row.SupplierName}}</div>
......
......@@ -12,7 +12,8 @@
</style>
<template>
<div class="japanorder">
<el-table :data="OrderList" style="width: 100%" height="500">
<!--height="500"-->
<el-table :data="OrderList" style="width: 100%" >
<el-table-column fixed prop="CustomerName" :label="$t('objFill.v101.busManagement.shiyongdanw')" width="150">
</el-table-column>
<el-table-column fixed :label="$t('objFill.v101.busManagement.yongchexinzhi')" width="165">
......
......@@ -40,8 +40,9 @@
</li>
</ul>
</div>
<!--:style="{height: boxHeight + 'px'}"-->
<div style="width: 100%; overflow-x: auto;padding-bottom: 10px; margin-top: 10px; " class="ownScrollbarStyle"
:style="{height: boxHeight + 'px'}">
>
<OrderList :pagesTitle="Title" :OrderList="DataList" :loading="loading" @success="msg.pageIndex=1,GetList()">
</OrderList>
</div>
......
......@@ -129,6 +129,7 @@
this.loading = false;
if (res.data.resultCode == 1) {
this.DataList = res.data.data.pageData;
this.total = res.data.data.count;
} else {
this.Error(res.data.message);
}
......
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