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