This commit is contained in:
Taric Xin
2022-04-08 17:03:06 +08:00
parent aec3517421
commit dcde0dd367

View File

@ -30,15 +30,15 @@ export class ExpressDetailModalComponent implements OnInit {
width: 120, width: 120,
type: 'widget', type: 'widget',
className: 'text-right font-weight-bold', className: 'text-right font-weight-bold',
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.vatnotax }) } widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.vatmoney }) }
}, },
{ {
title: '金额', title: '金额',
index: 'vatmoney', index: 'vatnotax',
width: 90, width: 90,
type: 'widget', type: 'widget',
className: 'text-right', className: 'text-right',
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.vatmoney }) } widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.vatnotax }) }
}, },
{ {
title: '税率', title: '税率',