From ae5c5f68dc74c839c24b6c5dbc325e3c39f6e346 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, 11 Aug 2023 00:07:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=87=87=E8=B4=AD=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E5=88=97=E8=AE=BE=E7=BD=AE=E7=9A=84=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/PurchaseInList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jshERP-web/src/views/bill/PurchaseInList.vue b/jshERP-web/src/views/bill/PurchaseInList.vue index 9f0072c6..ffa10347 100644 --- a/jshERP-web/src/views/bill/PurchaseInList.vue +++ b/jshERP-web/src/views/bill/PurchaseInList.vue @@ -293,8 +293,8 @@ }, { title: '结算账户', dataIndex: 'accountName',width:80}, { title: '扣除订金', dataIndex: 'deposit',width:80}, - { title: '付款', dataIndex: 'changeAmount',width:60}, - { title: '欠款', dataIndex: 'debt',width:60, + { title: '本次付款', dataIndex: 'changeAmount',width:60}, + { title: '本次欠款', dataIndex: 'debt',width:60, scopedSlots: { customRender: 'customRenderDebt' } }, { title: '备注', dataIndex: 'remark',width:200},