车辆对接

This commit is contained in:
wangshiming
2022-01-06 20:52:20 +08:00
parent e4bb40839c
commit 2068a1d723
6 changed files with 46 additions and 27 deletions

View File

@ -1,7 +1,7 @@
<!--
* @Author: your name
* @Date: 2021-12-03 11:10:14
* @LastEditTime: 2022-01-06 10:19:10
* @LastEditTime: 2022-01-06 20:38:46
* @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\supply-management\components\vehicle\vehicle.component.html
@ -56,7 +56,7 @@
[loading]="service.http.loading"
>
<ng-template st-row="templateName" let-item let-index="index">
<a (click)="view(item)">{{item.complaintCode}}</a>
<a (click)="view(item)">{{item.templateName}}</a>
</ng-template>
</st>
</div>