<divv-for="itemAmount in scope.row.collectionAmount">{{itemAmount.currencyName}}:{{itemAmount.amount}}</div>
<divv-for="itemAmount in scope.row.collectionAmount">{{$i18n.locale=='zh_CN'?itemAmount.currencyNameZh:itemAmount.currencyNameEn}}:{{itemAmount.amount}}</div>
<divv-for="itemAmount in scope.row.collectionAmount">{{itemAmount.currencyName}}:{{itemAmount.amount}}</div>
<divv-for="itemAmount in scope.row.collectionAmount">{{$i18n.locale=='zh_CN'?itemAmount.currencyNameZh:itemAmount.currencyNameEn}}:{{itemAmount.amount}}</div>