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' }, } ],