This commit is contained in:
wangshiming
2022-03-22 17:55:04 +08:00
parent c5e7182978
commit 2b2b2f3ca7

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-01-12 10:52:50
* @LastEditors : Shiming
* @LastEditTime : 2022-02-24 15:57:34
* @LastEditTime : 2022-03-22 17:54:50
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\receipts-audit\\receipts-audit.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -98,7 +98,7 @@
<div> {{ item?.payeeName }}/{{ item?.payeePhone }} </div>
</ng-template>
<ng-template st-row="billCode" let-item let-index="index">
<a [routerLink]="'/order-management/bulk-detail/' + item.id">{{ item.billCode }}</a>
<div>{{ item.billCode }}</div>
<div>
<span>{{item?.billStatusLabel}}</span>
</div>