|
@@ -88,7 +88,6 @@
|
|
|
:rowKey="(record) => record.id"
|
|
|
:columns="columns"
|
|
|
:data="loadData"
|
|
|
- :showPagination="false"
|
|
|
:scroll="{ x: 2000, y:tableHeight }"
|
|
|
bordered>
|
|
|
<!-- 下推单号 -->
|
|
@@ -162,7 +161,7 @@ export default {
|
|
|
loadData: parameter => {
|
|
|
this.disabled = true
|
|
|
if (this.tableHeight == 0) {
|
|
|
- this.tableHeight = window.innerHeight - 440
|
|
|
+ this.tableHeight = window.innerHeight - 380
|
|
|
}
|
|
|
// 创建时间
|
|
|
if (this.time && this.time.length > 0) {
|