Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
@ -153,7 +153,7 @@ export class ReceivableOrderDetailComponent implements OnInit {
|
||||
index: 'ahxmoney',
|
||||
width: 100,
|
||||
className: 'text-right',
|
||||
format: item => `${this.currencyPipe.transform(item.armoney)}`
|
||||
format: item => `${this.currencyPipe.transform(item.ahxmoney)}`
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user