Commit 8728b6b91b190271b181f78ce2d04c0acac8e76a
1 parent
9083a7eb
perf: rename max value to max items
Showing
2 changed files
with
2 additions
and
2 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 }) { |
@@ -170,7 +170,7 @@ export const formSchema: FormSchema[] = [ | @@ -170,7 +170,7 @@ export const formSchema: FormSchema[] = [ | ||
170 | }, | 170 | }, |
171 | { | 171 | { |
172 | field: SchemaFiled.LIMIT, | 172 | field: SchemaFiled.LIMIT, |
173 | - label: '最大值', | 173 | + label: '最大条数', |
174 | component: 'InputNumber', | 174 | component: 'InputNumber', |
175 | // defaultValue: 7, | 175 | // defaultValue: 7, |
176 | ifShow({ values }) { | 176 | ifShow({ values }) { |