|
@ -586,8 +586,8 @@ export const Aql = useCrudSchemas( |
|
|
valueFormat: 'YYYY-MM-DD HH:mm:ss', |
|
|
valueFormat: 'YYYY-MM-DD HH:mm:ss', |
|
|
type: 'daterange', |
|
|
type: 'daterange', |
|
|
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] |
|
|
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] |
|
|
}, |
|
|
} |
|
|
}, |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '创建者', |
|
|
label: '创建者', |
|
@ -604,7 +604,7 @@ export const Aql = useCrudSchemas( |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isDetail: true, |
|
|
isDetail: true, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
isTable: false, |
|
|
isTable: true, |
|
|
formatter: dateFormatter, |
|
|
formatter: dateFormatter, |
|
|
detail: { |
|
|
detail: { |
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
@ -627,7 +627,7 @@ export const Aql = useCrudSchemas( |
|
|
field: 'updater', |
|
|
field: 'updater', |
|
|
isDetail: true, |
|
|
isDetail: true, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
isTable: false, |
|
|
isTable: true, |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
} |
|
|
} |
|
|