评价优化

This commit is contained in:
‘huanghaiixia’
2025-12-19 15:55:15 +08:00
parent 754f44f55d
commit e79a450ca2
8 changed files with 123 additions and 62 deletions

View File

@ -11,7 +11,7 @@ export const searchFormSchema: FormSchema[] = [
label: '日期',
component: 'RangePicker',
componentProps: {
format: 'YYYY-MM-DD HH:mm:ss',
format: 'YYYY-MM-DD',
style: { width: '100%' },
getPopupContainer: () => document.body,
},