车辆对接
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-12-16 10:19:08
|
||||
* @LastEditTime: 2022-01-12 17:10:31
|
||||
* @LastEditTime: 2022-01-12 18:52:22
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath: \tms-obc-web\src\app\routes\order-management\components\risk-detail\risk-detail.component.html
|
||||
@ -33,10 +33,10 @@
|
||||
<nz-timeline-item *ngFor="let i of datailList?.processNodeVOS; let id = index" >
|
||||
<div class="p mt-sm">{{i?.nodeNameLabel}}</div>
|
||||
<p>
|
||||
<span class="p-line">{{i?.time}}</span>
|
||||
{{i?.timeLabel}}:<span class="p-line">{{i?.time}}</span>
|
||||
</p>
|
||||
<p >
|
||||
<span class="p-line">{{i?.result}}</span>
|
||||
{{i?.resultLabel}}:<span class="p-line">{{i?.result}}</span>
|
||||
</p>
|
||||
</nz-timeline-item>
|
||||
</nz-timeline>
|
||||
|
||||
Reference in New Issue
Block a user