feat: VxeTable搜索表单 enter提交

This commit is contained in:
dap
2024-10-15 19:56:57 +08:00
parent 106476b755
commit 30b16fd5a8
3 changed files with 5 additions and 0 deletions

View File

@@ -290,6 +290,8 @@ export interface FormRenderProps<
export interface ActionButtonOptions extends VbenButtonProps {
content?: string;
// 原生类型
htmlType: 'button' | 'reset' | 'submit';
show?: boolean;
}