fix bug
This commit is contained in:
@ -112,12 +112,18 @@ export class OrderManagementComplaintComponent implements OnInit {
|
||||
},
|
||||
complainantTime: {
|
||||
type: 'string',
|
||||
|
||||
title: '投诉时间',
|
||||
ui: { widget: 'sl-from-to', type: 'date', format: 'yyyy-MM-dd' } as SFDateWidgetSchema,
|
||||
ui: {
|
||||
widget: 'sl-from-to', type: 'date', format: 'yyyy-MM-dd' } as SFDateWidgetSchema,
|
||||
},
|
||||
},
|
||||
};
|
||||
this.ui = { '*': { spanLabelFixed: 110, grid: { span: 8, gutter: 4 } } };
|
||||
this.ui =
|
||||
{
|
||||
'*': { spanLabelFixed: 110, grid: { span: 8, gutter: 8 } },
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user