列表重置优化

This commit is contained in:
‘huanghaiixia’
2026-04-07 16:41:59 +08:00
parent f475a86bc6
commit 59740468d1
14 changed files with 28 additions and 15 deletions

View File

@ -134,7 +134,8 @@
field: 'dateFrom',
label: '有效期',
component: 'RangePicker',
defaultValue: defaultDate.value,
defaultValue: defaultDate.value,
clearOnReset: true,
componentProps: {
format: 'YYYY-MM-DD',
style: { width: '100%' },