This commit is contained in:
heqinghang
2022-04-08 15:13:31 +08:00
parent ff978b77d4
commit 8bb5eb8ebd
2 changed files with 8 additions and 0 deletions

View File

@ -25,5 +25,8 @@
<ng-template st-row="unInvoicedAmountCurMonth" let-item let-index="index">
{{item.unInvoicedAmountCurMonth | currency}}
</ng-template>
<ng-template st-row="invoicedAmount" let-item let-index="index">
{{item.invoicedAmount | currency}}
</ng-template>
</st>
</nz-card>

View File

@ -55,6 +55,11 @@ export class DatatableInvoicetableComponent implements OnInit {
title: '申请待开客户',
index: 'applyWaitCustomer',
},
{
title: '已开票金额',
index: 'invoicedAmount',
render: 'invoicedAmount',
},
{
title: '未申请开票金额(历史)',
index: 'unInvoicedAmountHistory',