chore: updateschema

This commit is contained in:
dap
2024-10-07 18:53:22 +08:00
parent eba762c023
commit 460020bee2
2 changed files with 25 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ import type { FormSchemaGetter, VxeGridProps } from '#/adapter';
export const querySchema: FormSchemaGetter = () => [
{
component: 'Select',
defaultValue: '',
fieldName: 'dataName',
label: '数据源',
},