This commit is contained in:
wangshiming
2022-04-01 10:49:33 +08:00
parent f3224014a4
commit d960d9f1fb
12 changed files with 14 additions and 14 deletions

View File

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