车辆接口更新
This commit is contained in:
		| @ -126,6 +126,7 @@ export class OrderManagementComplaintComponent implements OnInit { | ||||
|       { | ||||
|         title: '投诉单号', | ||||
|         width: '170px', | ||||
|         fixed: 'left', | ||||
|         className: 'text-center', | ||||
|         render: 'complaintCode' | ||||
|       }, | ||||
| @ -141,7 +142,7 @@ export class OrderManagementComplaintComponent implements OnInit { | ||||
|         index: 'complainantTime', | ||||
|         className: 'text-center', | ||||
|       }, | ||||
|       { title: '托运方', index: 'shipperAppUserName', width: '120px', className: 'text-center' }, | ||||
|       { title: '托运方', index: 'shipperAppUserName', width: '200px', className: 'text-center' }, | ||||
|       { title: '司机', index: 'driverIdLabel', width: '120px', className: 'text-center' }, | ||||
|       { | ||||
|         title: '投诉原因', | ||||
|  | ||||
| @ -223,18 +223,18 @@ export class OrderManagementRiskComponent implements OnInit { | ||||
|   initST() { | ||||
|     this.columns = [ | ||||
|       { title: '', type: 'checkbox', width: '50px', className: 'text-center' }, | ||||
|       { | ||||
|         title: '申诉状态', | ||||
|         width: '100px', | ||||
|         className: 'text-left', | ||||
|         index: 'representationsStatusLabel' | ||||
|       }, | ||||
|       { | ||||
|         title: '订单号', | ||||
|         width: '200px', | ||||
|         className: 'text-left', | ||||
|         render: 'billCode' | ||||
|       }, | ||||
|       { | ||||
|         title: '申诉状态', | ||||
|         width: '100px', | ||||
|         className: 'text-left', | ||||
|         index: 'representationsStatusLabel' | ||||
|       }, | ||||
|       { | ||||
|         title: '货源编号', | ||||
|         width: '200px', | ||||
|  | ||||
| @ -101,7 +101,7 @@ | ||||
|     </ng-template> | ||||
|     <ng-template st-row="driverName" let-item let-index="index"> | ||||
|     <div> | ||||
|       {{item?.driverName}}/{{item?.driverPhone}} | ||||
|       {{item?.driverName}}/{{item?.driverPhone}}/{{item?.plateNumber}} | ||||
|     </div> | ||||
|     </ng-template> | ||||
|     <ng-template st-row="payeeName" let-item let-index="index"> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user