fix bug
This commit is contained in:
@ -95,6 +95,9 @@
|
||||
<ng-template st-row="orderAmount" let-item let-index="index">
|
||||
<div class="text-right">{{ item?.orderAmount | currency }}</div>
|
||||
</ng-template>
|
||||
<ng-template st-row="wayAmount" let-item let-index="index">
|
||||
<div class="text-right">{{ item?.wayAmount | currency }}</div>
|
||||
</ng-template>
|
||||
</st>
|
||||
</nz-card>
|
||||
<ng-template #extraTemplate>
|
||||
|
||||
@ -239,7 +239,7 @@ export class TaxManagementOrderReportingComponent extends BasicTableComponent im
|
||||
{ title: '司机身份证号', index: 'driverCertificateNumber', className: 'text-center', width: '180px' },
|
||||
{ title: '车牌号', index: 'carNo', className: 'text-center', width: '100px' },
|
||||
{ title: '货物信息', render: 'goodsName', className: 'text-center', width: '200px' },
|
||||
{ title: '运费金额', render: 'orderAmount', className: 'text-center', width: '100px' },
|
||||
{ title: '运费金额', render: 'wayAmount', className: 'text-center', width: '100px' },
|
||||
{ title: '装卸方式', index: 'loadingUnloadWay', className: 'text-center', width: '180px' },
|
||||
{ title: '支付方式', index: 'payMent', className: 'text-center', width: '150px' },
|
||||
{ title: '支付账号', index: 'paymentAccount', className: 'text-center', width: '200px' },
|
||||
|
||||
Reference in New Issue
Block a user