From 3f69b4dfc585c4dfbc3c07a6acf5cdd838033636 Mon Sep 17 00:00:00 2001 From: liuguocan <527956374@qq.com> Date: 星期二, 28 十一月 2023 14:45:49 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- admin-web/src/views/stock/ledger/inventoryQuery/index.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/admin-web/src/views/stock/ledger/inventoryQuery/index.vue b/admin-web/src/views/stock/ledger/inventoryQuery/index.vue index 56f4188..f24b0c8 100644 --- a/admin-web/src/views/stock/ledger/inventoryQuery/index.vue +++ b/admin-web/src/views/stock/ledger/inventoryQuery/index.vue @@ -16,7 +16,7 @@ </el-card> </el-container> </el-container> - + </div> </template> @@ -140,14 +140,14 @@ }, // 鍒椾俊鎭� columns: [ - { title: '鏈烘瀯', field: 'agencyName', align: 'center' }, - { title: '浠撳簱', field: 'warehouseName', align: 'center' }, - { title: '鍒嗙被', field: 'categoryName', align: 'center' }, - { title: '鎵�灞炵被鍒�', field: 'costType', align: 'center' }, - { title: '鐗╁搧鍚嶇О', field: 'goodsTemplateName', align: 'left' }, - { title: '瑙勬牸鍨嬪彿', field: 'baseGoodsModelsName', align: 'left' }, - { title: '鍗曚綅', field: 'unit', align: 'left' }, - { title: '褰撳墠搴撳瓨', field: 'kucun', align: 'left' }, + { title: '鏈烘瀯', field: 'agencyName', align: 'left', minWidth: 130 }, + { title: '浠撳簱', field: 'warehouseName', align: 'left', minWidth: 130 }, + { title: '鍒嗙被', field: 'categoryName', align: 'left', minWidth: 130 }, + { title: '鎵�灞炵被鍒�', field: 'costType', align: 'center', width:80 }, + { title: '鐗╁搧鍚嶇О', field: 'goodsTemplateName', align: 'left', minWidth: 140 }, + { title: '瑙勬牸鍨嬪彿', field: 'baseGoodsModelsName', align: 'left', minWidth: 130 }, + { title: '鍗曚綅', field: 'unit', align: 'center', width:80 }, + { title: '褰撳墠搴撳瓨', field: 'kucun', align: 'center' }, ], paging: { show: true, // 鏄剧ず鍒嗛〉 -- Gitblit v1.9.1