edit
This commit is contained in:
@ -50,9 +50,7 @@
|
||||
(change)="stChange($event)">
|
||||
<ng-template st-row="vatinvcode" let-item let-index="index" let-column="column">
|
||||
{{ item.vatinvcode }} <br>
|
||||
<label class="text-primary" *ngIf="item.sts == '1'">待处理</label>
|
||||
<label class="text-primary" *ngIf="item.sts == '2'">待确认</label>
|
||||
<label class="text-primary" *ngIf="item.sts == '3'">已确认</label>
|
||||
<label class="text-primary" >{{item.stsLabel}}</label>
|
||||
</ng-template>
|
||||
</st>
|
||||
</nz-card>
|
||||
|
||||
Reference in New Issue
Block a user