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