This commit is contained in:
wangshiming
2022-03-31 15:10:45 +08:00
parent 9063a38770
commit f38355927a

View File

@ -64,7 +64,7 @@ export class OrderManagementComplaintDetailComponent implements OnInit {
initSF() { initSF() {
this.schema = { this.schema = {
properties: { properties: {
complaintCauseLabel: { drvComplaintCauseLabel: {
title: '投诉原因', title: '投诉原因',
type: 'string', type: 'string',
maxLength: 30, maxLength: 30,
@ -82,7 +82,7 @@ export class OrderManagementComplaintDetailComponent implements OnInit {
change: (value, orgData) => console.log(value, orgData), change: (value, orgData) => console.log(value, orgData),
} as SFSelectWidgetSchema, } as SFSelectWidgetSchema,
}, },
complainantPartyLabel: { handlerIdLabel: {
title: '司机', title: '司机',
type: 'string', type: 'string',
maxLength: 30, maxLength: 30,