Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -148,7 +148,7 @@ export const defaultSchemas: FormSchema[] = [ | @@ -148,7 +148,7 @@ export const defaultSchemas: FormSchema[] = [ | ||
| 148 | }, | 148 | }, |
| 149 | { | 149 | { |
| 150 | field: SchemaFiled.LIMIT, | 150 | field: SchemaFiled.LIMIT, |
| 151 | - label: '最大值', | 151 | + label: '最大条数', |
| 152 | component: 'InputNumber', | 152 | component: 'InputNumber', |
| 153 | // defaultValue: 7, | 153 | // defaultValue: 7, |
| 154 | ifShow({ values }) { | 154 | ifShow({ values }) { |