字段优化

This commit is contained in:
weiyu
2022-04-26 20:55:04 +08:00
parent 0b99448629
commit c7d9951d60

View File

@ -269,8 +269,8 @@ export class BillingOrderComponent implements OnInit {
{ title: '开票日期', index: 'invoicedate', type: 'date', width: 150, className: 'text-center' },
// { title: '作废日期', index: 'invalidTime', type: 'date', width: 150 }, // TODO
{
title: 'ETC开票金额', render: 'vatmoney', className: 'text-center', width: 200, type: 'widget',
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.surcharge }) }
title: 'ETC开票金额', index: 'etcInvoiceMoney', className: 'text-center', width: 200, type: 'widget',
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.etcInvoiceMoney }) }
}
];
}