This commit is contained in:
weiyu
2022-04-21 17:35:56 +08:00
parent 092daa83e2
commit 6138a75312
3 changed files with 30 additions and 15 deletions

View File

@ -34,9 +34,6 @@
<span *ngIf="item?.uploadSts == '2'">上传中</span>
<span *ngIf="item?.uploadSts == '4'" style="color: red;" (click)="unnormal(item)">上传异常</span>
</ng-template>
<ng-template st-row="invoiceNO" let-item let-index="index">
<a href="/">{{item.invoiceno}}</a>
</ng-template>
<ng-template st-row="artoname" let-item let-index="index">
<a href="/">{{item.artoname}}</a>
</ng-template>