refactor(CRUD):修改日期选择器默认搜索操作符

This commit is contained in:
妙码生花 2022-11-20 05:52:44 +08:00
parent ce6e0adb90
commit 9c356e8972

View File

@ -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: {