This commit is contained in:
wangshiming
2022-03-07 11:13:48 +08:00
parent 101eca6093
commit 60b101f2bb
5 changed files with 34 additions and 39 deletions

View File

@ -110,7 +110,7 @@
<!-- 用车需求 -->
<ng-template st-row="useCarDemand" let-item let-index="index">
<div>车型: {{ item?.carModelLabel }}</div>
<div class="error">车长: {{ item?.carLenghtLabel }} 米</div>
<div class="error">车长: {{ item?.carLengthLabel }} 米</div>
</ng-template>
</st>
</div>

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-01-12 10:52:50
* @LastEditors : Shiming
* @LastEditTime : 2022-03-04 09:57:16
* @LastEditTime : 2022-03-07 11:13:39
* @FilePath : \\tms-obc-web\\src\\app\\routes\\supply-management\\components\\vehicle\\vehicle.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -90,7 +90,7 @@
</ng-template>
<ng-template st-row="useCarDemand" let-item let-index="index">
<div>车型: {{ item?.carModelLabel }}</div>
<div class="error">车长: {{ item?.carLenghtLabel }} 米</div>
<div class="error">车长: {{ item?.carLengthLabel }} 米</div>
</ng-template>
</st>
</div>