mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 22:55:36 +00:00
refactor(CRUD):修改日期选择器默认搜索操作符
This commit is contained in:
parent
ce6e0adb90
commit
9c356e8972
@ -761,7 +761,7 @@ export const designTypes: anyObj = {
|
||||
date: {
|
||||
name: i18n.global.t('utils.date') + i18n.global.t('utils.choice'),
|
||||
table: {
|
||||
operator: getTableAttr('operator', 'RANGE'),
|
||||
operator: getTableAttr('operator', '='),
|
||||
sortable: getTableAttr('sortable', 'custom'),
|
||||
},
|
||||
form: {
|
||||
|
Loading…
Reference in New Issue
Block a user