edit
This commit is contained in:
@ -139,6 +139,9 @@
|
|||||||
<ng-template st-row="no" let-item let-index="index" let-column="column">
|
<ng-template st-row="no" let-item let-index="index" let-column="column">
|
||||||
{{ index + 1 }}
|
{{ index + 1 }}
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
<ng-template st-row="phxmoney" let-item let-index="index" let-column="column">
|
||||||
|
{{ item.phxmoney | currency}}
|
||||||
|
</ng-template>
|
||||||
</st>
|
</st>
|
||||||
</nz-tab>
|
</nz-tab>
|
||||||
</nz-tabset>
|
</nz-tabset>
|
||||||
|
|||||||
@ -100,9 +100,9 @@ export class CostManagementDetailComponent implements OnInit {
|
|||||||
{ title: '付款单号', index: 'phxHId' },
|
{ title: '付款单号', index: 'phxHId' },
|
||||||
{ title: '要求日期', index: 'billTime' },
|
{ title: '要求日期', index: 'billTime' },
|
||||||
{ title: '确认日期', index: 'feedate' },
|
{ title: '确认日期', index: 'feedate' },
|
||||||
{ title: '付款状态', index: 'callNo' },
|
// { title: '付款状态', index: 'callNo' },
|
||||||
{ title: '应付金额', index: 'callNo' },
|
{ title: '应付金额', render: 'phxmoney' },
|
||||||
{ title: '付款金额', index: 'phxmoney' }
|
{ title: '付款金额', render: 'phxmoney' }
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user