解决冲突

This commit is contained in:
wangshiming
2022-02-24 20:04:18 +08:00
parent 36166726ed
commit 2107de50d7
5 changed files with 81 additions and 23 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-01-12 10:52:50
* @LastEditors : Shiming
* @LastEditTime : 2022-02-17 11:13:43
* @LastEditTime : 2022-02-24 20:03:23
* @FilePath : \\tms-obc-web\\src\\app\\routes\\insurance-management\\components\\list\\list.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -84,7 +84,7 @@
</ng-template>
<ng-template st-row="distance" let-item let-index="index">
<div>
{{ item?.distance ? item?.distance + '公里' : '' }}
{{ item?.distance ? ((item?.distance)/1000).toFixed(4) + '公里' : '' }}
</div>
</ng-template>
<ng-template st-row="goodsNumber" let-item let-index="index">