我在剑道中有一列金额,该列以美元格式显示,相应的列详细信息为
{
field: 'INVOICE_AMOUNT_ORIGINAL',
title: $translate.instant('invoiceAmount'),
format: '{0:n}',
headerTemplate: '{{ \'invAmount\' | translate }}',
attributes: {
style: 'text-align: right;'
},
width: 115
},
我现在希望将此格式更改为欧元格式,从kendo纪录片中读取后,我尝试将上述代码中的格式设置为“ {0:c}”,但它在前面给出了美元符号,如何我可以将格式转换为欧元吗?我不希望任何转换,而只是从美元到欧元的格式