edit
This commit is contained in:
@ -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: '税率',
|
||||||
|
|||||||
Reference in New Issue
Block a user