This commit is contained in:
wangshiming
2022-03-29 16:17:05 +08:00
parent eb12dd8db7
commit d5de70daf6
2 changed files with 11 additions and 5 deletions

View File

@ -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 } },
};
}
/**