feat: 添加 vue3 时间区间查询

This commit is contained in:
xingyu
2022-07-21 15:07:04 +08:00
parent 22429140bd
commit bc233df980
4 changed files with 21 additions and 3 deletions

View File

@ -101,7 +101,7 @@ const crudSchemas = reactive<CrudSchema[]>([
},
{
label: t('common.createTime'),
field: 'daterange',
field: 'createTime',
table: {
show: false
},
@ -115,7 +115,7 @@ const crudSchemas = reactive<CrudSchema[]>([
show: true,
component: 'DatePicker',
componentProps: {
type: 'daterange',
type: 'datetimerange',
valueFormat: 'YYYY-MM-DD HH:mm:ss'
}
}