Commit 2af873e0e2f0ee13ba0c44ccb7097f1738309f9b

Authored by fengtao
1 parent dd5609eb

pref:优化租户配置 名字查询字段为textSearch

@@ -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',