fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-01-12 10:52:50
|
* @Date : 2022-01-12 10:52:50
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-03-01 13:12:12
|
* @LastEditTime : 2022-03-03 16:34:12
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\supply-management\\components\\vehicle\\vehicle.component.html
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\supply-management\\components\\vehicle\\vehicle.component.html
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
-->
|
-->
|
||||||
@ -90,7 +90,7 @@
|
|||||||
</ng-template>
|
</ng-template>
|
||||||
<ng-template st-row="useCarDemand" let-item let-index="index">
|
<ng-template st-row="useCarDemand" let-item let-index="index">
|
||||||
<div>车型: {{ item?.carModelLabel }}</div>
|
<div>车型: {{ item?.carModelLabel }}</div>
|
||||||
<div class="error">车长: {{ item?.expand }} 米</div>
|
<div class="error">车长: {{ item?.carLenghtLabel }} 米</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</st>
|
</st>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user