车辆对接

This commit is contained in:
wangshiming
2022-01-12 13:56:55 +08:00
parent b6291879ab
commit 9dd5d07c15
6 changed files with 47 additions and 26 deletions

View File

@ -67,6 +67,24 @@ export class OrderManagementComplaintDetailComponent implements OnInit {
change: (value, orgData) => console.log(value, orgData),
} as SFSelectWidgetSchema,
},
complainantName: {
title: '投诉人',
type: 'string',
maxLength: 30,
ui: {
widget: 'text',
change: (value, orgData) => console.log(value, orgData),
} as SFSelectWidgetSchema,
},
complainantPartyLabel: {
title: '被投诉人',
type: 'string',
maxLength: 30,
ui: {
widget: 'text',
change: (value, orgData) => console.log(value, orgData),
} as SFSelectWidgetSchema,
},
complaintDetails: {
title: '投诉详情',
type: 'string',