bug修复
This commit is contained in:
@ -81,7 +81,7 @@ export class OrderManagementComplaintDetailComponent implements OnInit {
|
||||
change: (value, orgData) => console.log(value, orgData),
|
||||
} as SFSelectWidgetSchema,
|
||||
},
|
||||
handlerIdLabel: {
|
||||
complainantIdLabel: {
|
||||
title: '司机',
|
||||
type: 'string',
|
||||
maxLength: 30,
|
||||
|
||||
@ -154,12 +154,14 @@ export class OrderManagementComplaintComponent implements OnInit {
|
||||
},
|
||||
{ title: '托运方', index: 'shipperAppUserName', width: '200px', className: 'text-center' },
|
||||
{ title: '司机', index: 'driverName', width: '120px', className: 'text-center' },
|
||||
{
|
||||
title: '投诉原因',
|
||||
className: 'text-center',
|
||||
width: '170px',
|
||||
render: 'complaintCauseLabel'
|
||||
},
|
||||
// {
|
||||
// title: '投诉原因',
|
||||
// className: 'text-center',
|
||||
// width: '170px',
|
||||
// render: 'complaintCauseLabel'
|
||||
// },
|
||||
{ title: '投诉原因',iif: value => this.selectedMainTabStatus == '1', index: 'shpComplaintCauseLabel', className: 'text-center',width: '170px', },
|
||||
{ title: '投诉原因',iif: value => this.selectedMainTabStatus == '2', index: 'drvComplaintCauseLabel', className: 'text-center',width: '170px', },
|
||||
{
|
||||
title: '投诉状态',
|
||||
className: 'text-center',
|
||||
|
||||
Reference in New Issue
Block a user