From 1ae9fdf7034360e5954e3df9881aca4ddb1f2e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Mon, 21 Nov 2022 21:25:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=80=89=E6=8B=A9=E6=AC=A0?= =?UTF-8?q?=E6=AC=BE=E5=8D=95=E6=8D=AE=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=88=97?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E5=B1=95=E7=A4=BA=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/financial/dialog/DebtBillList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jshERP-web/src/views/financial/dialog/DebtBillList.vue b/jshERP-web/src/views/financial/dialog/DebtBillList.vue index bc7f48a9..00bfd8d6 100644 --- a/jshERP-web/src/views/financial/dialog/DebtBillList.vue +++ b/jshERP-web/src/views/financial/dialog/DebtBillList.vue @@ -151,7 +151,7 @@ this.queryParam.type = type this.queryParam.subType = subType this.queryParam.status = status - this.columns[1].title = organType + this.columns[0].title = organType if(type === '入库') { this.columns[7].title = '已付欠款' this.columns[8].title = '待付欠款'