From 6bb4891411654a31d54b95d981b267d12c4e56e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Fri, 15 Oct 2021 00:28:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8D=95=E6=8D=AE=E4=B8=AD?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E5=88=97=E7=9A=84=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/PurchaseInList.vue | 2 +- jshERP-web/src/views/bill/SaleOutList.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jshERP-web/src/views/bill/PurchaseInList.vue b/jshERP-web/src/views/bill/PurchaseInList.vue index 37275620..007bb3ac 100644 --- a/jshERP-web/src/views/bill/PurchaseInList.vue +++ b/jshERP-web/src/views/bill/PurchaseInList.vue @@ -211,7 +211,7 @@ { title: '操作', dataIndex: 'action', - align:"center", width: 160, + align:"center", width: 180, scopedSlots: { customRender: 'action' }, } ], diff --git a/jshERP-web/src/views/bill/SaleOutList.vue b/jshERP-web/src/views/bill/SaleOutList.vue index 8a8175b1..c23d191d 100644 --- a/jshERP-web/src/views/bill/SaleOutList.vue +++ b/jshERP-web/src/views/bill/SaleOutList.vue @@ -211,7 +211,7 @@ { title: '操作', dataIndex: 'action', - align:"center", width: 160, + align:"center", width: 180, scopedSlots: { customRender: 'action' }, } ],