fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-01-12 10:52:50
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-02-23 15:36:48
|
||||
* @LastEditTime : 2022-03-23 13:34:31
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\compliance-audit\\compliance-audit.component.html
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
-->
|
||||
@ -87,7 +87,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?.resourceTypeLabel }}{{ item?.serviceTypeLabel }}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user