chenrui 4 lat temu
rodzic
commit
fc9f10717a
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      src/views/salesManagement/examineVerify/list.vue

+ 1 - 2
src/views/salesManagement/examineVerify/list.vue

@@ -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) {