fix bug
This commit is contained in:
@ -182,7 +182,7 @@ export class OrderManagementRiskComponent implements OnInit {
|
||||
},
|
||||
payeeName: {
|
||||
type: 'string',
|
||||
title: '收款人',
|
||||
title: '车队长',
|
||||
ui: {
|
||||
visibleIf: {
|
||||
_$expand: (value: boolean) => value
|
||||
@ -314,7 +314,7 @@ export class OrderManagementRiskComponent implements OnInit {
|
||||
render: 'driverName'
|
||||
},
|
||||
{
|
||||
title: '收款人',
|
||||
title: '车队长',
|
||||
className: 'text-left',
|
||||
width: '200px',
|
||||
render: 'payeeName'
|
||||
|
||||
Reference in New Issue
Block a user