车辆对接

This commit is contained in:
wangshiming
2022-01-10 16:06:13 +08:00
parent 4c3485ada1
commit 00ff2fc5ab
13 changed files with 169 additions and 35 deletions

View File

@ -1,7 +1,7 @@
<!--
* @Author: your name
* @Date: 2021-12-07 15:57:49
* @LastEditTime: 2022-01-07 18:05:23
* @LastEditTime: 2022-01-10 14:54:33
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \tms-obc-web\src\app\routes\contract-management\components\contract-list\contract-list.component.html
@ -68,7 +68,7 @@
(change)="stChange($event)"
>
<ng-template st-row="contractCode" let-item let-index="index">
<a [routerLink]="'/supply-management/bulk-detail/' + item.id">{{ item?.contractCode }}</a>
<a [routerLink]="'/contract-management/index/detail/' + item.id">{{ item?.contractCode }}</a>
</ng-template>
</st>
</nz-card>