fix bug
This commit is contained in:
@ -247,7 +247,7 @@ export class PaymentOrderComponent implements OnInit {
|
|||||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.payMoney }) }
|
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.payMoney }) }
|
||||||
},
|
},
|
||||||
{ title: '付款类型', index: 'payTypeLabel', width: 130 },
|
{ title: '付款类型', index: 'payTypeLabel', width: 130 },
|
||||||
{ title: '付款方式', index: 'payModeLabel', width: 130 },
|
{ title: '付款方式', index: 'payBankTypeLabel', width: 130 },
|
||||||
{ title: '结算客户', index: 'cnoName', width: 160 },
|
{ title: '结算客户', index: 'cnoName', width: 160 },
|
||||||
{ title: '收款人', index: 'hrToLabel', width: 150 },
|
{ title: '收款人', index: 'hrToLabel', width: 150 },
|
||||||
{ title: '应付已核销', index: 'ishrhxLabel', width: 150 },
|
{ title: '应付已核销', index: 'ishrhxLabel', width: 150 },
|
||||||
|
|||||||
Reference in New Issue
Block a user