bug修复

This commit is contained in:
xiaoxing.liu
2022-04-09 17:21:12 +08:00
parent c1dd711df6
commit 57093aa400
3 changed files with 11 additions and 9 deletions

View File

@ -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,

View File

@ -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',