This commit is contained in:
Taric Xin
2022-03-03 14:43:10 +08:00
parent 21cef66d34
commit d57d146689

View File

@ -61,7 +61,7 @@
{{ (costInfo?.hrvatmoney || 0) | currency }}
</se>
<se label="付款金额" required>
{{ costInfo?.hrpaymoney | currency }}
{{ costInfo?.hrmoney | currency}}
</se>
</se-container>
</div>
@ -84,7 +84,9 @@
<span *ngIf="textStatus">{{ item.hrmoney | currency}}</span>
</ng-template>
<ng-template st-row="armoney" let-item let-index="index">
{{ item.armoney | currency}}
<!-- {{ item.armoney | currency}} -->
<span *ngIf="!textStatus">{{ item.armoney | currency}}</span>
<span *ngIf="textStatus">{{ item.hrmoney | currency}}</span>
</ng-template>
<ng-template st-row="arkpmoney" let-item let-index="index">
{{ item.arkpmoney | currency}}