解决冲突
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user