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>