fix bug
This commit is contained in:
		@ -4,7 +4,7 @@
 | 
			
		||||
 * @Author       : Shiming
 | 
			
		||||
 * @Date         : 2021-12-16 10:19:08
 | 
			
		||||
 * @LastEditors  : Shiming
 | 
			
		||||
 * @LastEditTime : 2022-03-23 19:12:19
 | 
			
		||||
 * @LastEditTime : 2022-03-24 14:12:14
 | 
			
		||||
 * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\risk-detail\\risk-detail.component.html
 | 
			
		||||
 * Copyright (C) 2022 huzhenhong. All rights reserved.
 | 
			
		||||
-->
 | 
			
		||||
@ -21,7 +21,7 @@
 | 
			
		||||
    <sv label="申诉状态">
 | 
			
		||||
      <span >{{i?.representationsStatusLabel}}</span>
 | 
			
		||||
    </sv>
 | 
			
		||||
    <sv label="承运司机">{{i?.driverName ? i?.driverName + '/': ''}} {{i?.driverPhone ?i?.driverPhone + '/': '' }}  {{i?.carId}}</sv>
 | 
			
		||||
    <sv label="承运司机">{{i?.driverName ? i?.driverName + '/': ''}} {{i?.driverPhone ?i?.driverPhone + '/': '' }}  {{i?.carNo}}</sv>
 | 
			
		||||
    <sv label="车队长"> {{i?.carCaptainName ? i?.carCaptainName+ '/' : ''}}{{i?.carCaptainPhone}} </sv>
 | 
			
		||||
    <sv label="装货时间">{{i?.loadTime}}</sv>
 | 
			
		||||
    <sv label="卸货时间">{{i?.unloadTime}}</sv>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user