Browse Source

更改仓库调拨通用样式

chenrui 4 years ago
parent
commit
3dce02770a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/allocationManagement/warehouseAllocation/edit.vue

+ 2 - 2
src/views/allocationManagement/warehouseAllocation/edit.vue

@@ -139,7 +139,7 @@
             :dataSource="loadData"
             :dataSource="loadData"
             :pagination="pagination"
             :pagination="pagination"
             @change="getProductList"
             @change="getProductList"
-            :scroll="{ x: 1740 }"
+            :scroll="{ x: 1740, y: 300 }"
             bordered>
             bordered>
             <!-- 产品分类 -->
             <!-- 产品分类 -->
             <template slot="productType" slot-scope="text, record">
             <template slot="productType" slot-scope="text, record">
@@ -253,7 +253,7 @@
             :rowKey="(record) => record.id"
             :rowKey="(record) => record.id"
             :columns="chooseColumns"
             :columns="chooseColumns"
             :data="chooseLoadData"
             :data="chooseLoadData"
-            :scroll="{ x: 1460 }"
+            :scroll="{ x: 1600, y: 300 }"
             bordered>
             bordered>
             <!-- 产品分类 -->
             <!-- 产品分类 -->
             <template slot="productType" slot-scope="text, record">
             <template slot="productType" slot-scope="text, record">