Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into warmflow
This commit is contained in:
@@ -92,7 +92,7 @@ const [Form, formApi] = useTableForm({
|
||||
},
|
||||
showCollapseButton: true,
|
||||
submitButtonOptions: {
|
||||
content: $t('common.query'),
|
||||
content: computed(() => $t('common.search')),
|
||||
},
|
||||
// enter提交
|
||||
submitOnEnter: true,
|
||||
|
Reference in New Issue
Block a user