This commit is contained in:
wangshiming
2022-02-10 13:37:21 +08:00
parent 1162a54f3a
commit ca821d51c9
7 changed files with 19 additions and 17 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-01-12 10:52:50
* @LastEditors : Shiming
* @LastEditTime : 2022-01-25 16:34:30
* @LastEditTime : 2022-02-10 13:36:07
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle\\vehicle.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -64,7 +64,7 @@
>
<ng-template st-row="billCode" let-item let-index="index">
<a [routerLink]="'/order-management/vehicle-detail/'+item.id">{{item.billCode}}</a>
<a [routerLink]="'vehicle-detail/'+item.id">{{item.billCode}}</a>
<div>
<span>{{item?.billStatusLabel}}</span>
</div>