Commit 820fa3c5fc8971a6e346082b0fbf51569d6ce9ab

Authored by fengtao
1 parent 99e2e997

fix:DEFECT-921 租户配置中,租户配置名称模糊查询无效

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