fix bug
This commit is contained in:
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user