|
@@ -102,7 +102,7 @@ export const searchFormSchema = (syncValue: Fn): FormSchema[] => { |
|
@@ -102,7 +102,7 @@ export const searchFormSchema = (syncValue: Fn): FormSchema[] => { |
102
|
field: 'createTime',
|
102
|
field: 'createTime',
|
103
|
label: '创建时间',
|
103
|
label: '创建时间',
|
104
|
component: 'RangePicker',
|
104
|
component: 'RangePicker',
|
105
|
- colProps: { span: 10 },
|
105
|
+ colProps: { span: 8 },
|
106
|
componentProps: {
|
106
|
componentProps: {
|
107
|
showTime: {
|
107
|
showTime: {
|
108
|
defaultValue: [moment('00:00:00', 'HH:mm:ss'), moment('23:59:59', 'HH:mm:ss')],
|
108
|
defaultValue: [moment('00:00:00', 'HH:mm:ss'), moment('23:59:59', 'HH:mm:ss')],
|