fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-01-12 10:52:50
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-01-18 17:27:39
|
||||
* @LastEditTime : 2022-02-10 14:39:20
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\supply-management\\components\\bulk\\bulk.component.html
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
-->
|
||||
@ -81,7 +81,7 @@
|
||||
</ng-template>
|
||||
<!--货源编号 -->
|
||||
<ng-template st-row="resourceCode" let-item let-index="index">
|
||||
<a [routerLink]="'/supply-management/bulk-detail/' + item.id">{{ item?.resourceCode }}</a>
|
||||
<a [routerLink]="'bulk-detail/' + item.id">{{ item?.resourceCode }}</a>
|
||||
</ng-template>
|
||||
<!-- 服务类型 -->
|
||||
<ng-template st-row="serviceType" let-item let-index="index">
|
||||
|
||||
Reference in New Issue
Block a user