Showing
1 changed file
with
1 additions
and
1 deletions
@@ -33,7 +33,7 @@ export const columns: BasicColumn[] = [ | @@ -33,7 +33,7 @@ export const columns: BasicColumn[] = [ | ||
33 | 33 | ||
34 | export const searchFormSchema: FormSchema[] = [ | 34 | export const searchFormSchema: FormSchema[] = [ |
35 | { | 35 | { |
36 | - field: 'name', | 36 | + field: 'textSearch', |
37 | label: '租户配置名称', | 37 | label: '租户配置名称', |
38 | colProps: { span: 6 }, | 38 | colProps: { span: 6 }, |
39 | component: 'Input', | 39 | component: 'Input', |