Commit 8728b6b91b190271b181f78ce2d04c0acac8e76a

Authored by ww
1 parent 9083a7eb

perf: rename max value to max items

... ... @@ -148,7 +148,7 @@ export const defaultSchemas: FormSchema[] = [
148 148 },
149 149 {
150 150 field: SchemaFiled.LIMIT,
151   - label: '最大',
  151 + label: '最大条数',
152 152 component: 'InputNumber',
153 153 // defaultValue: 7,
154 154 ifShow({ values }) {
... ...
... ... @@ -170,7 +170,7 @@ export const formSchema: FormSchema[] = [
170 170 },
171 171 {
172 172 field: SchemaFiled.LIMIT,
173   - label: '最大',
  173 + label: '最大条数',
174 174 component: 'InputNumber',
175 175 // defaultValue: 7,
176 176 ifShow({ values }) {
... ...