perf: vxe

This commit is contained in:
xingyu4j
2022-11-12 16:46:24 +08:00
parent 725cc4e41b
commit ac47638249
6 changed files with 34 additions and 4 deletions

View File

@ -48,6 +48,12 @@ const crudSchemas = reactive<VxeCrudSchema>({
formatter: 'formatDate',
form: {
show: false
},
search: {
show: true,
itemRender: {
name: 'XDataTimePicker'
}
}
}
]