解决选择欠款单据页面的列标题展示的bug

This commit is contained in:
季圣华 2022-11-21 21:25:03 +08:00
parent 5f435f06b9
commit 1ae9fdf703

View File

@ -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 = '待付欠款'