...
|
...
|
@@ -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 }) {
|
...
|
...
|
|