This commit is contained in:
weiyu
2022-04-27 17:32:50 +08:00
parent 6cb9c468de
commit 4ec554ce0c
2 changed files with 27 additions and 10 deletions

View File

@ -33,5 +33,8 @@
<span *ngIf="item.sts === '6'">已撤销</span>
<span *ngIf="item.sts === '7'">已作废</span>
</ng-template>
<ng-template st-row="serviceType" let-item let-index="index">
<span>{{item.billTypeLabel + item.serviceTypeLabel}}</span>
</ng-template>
</st>
</nz-card>