...
|
...
|
@@ -163,6 +163,7 @@ export const defaultSchemas: FormSchema[] = [ |
163
|
163
|
ifShow({ values }) {
|
164
|
164
|
return values[SchemaFiled.AGG] === AggregateDataEnum.NONE;
|
165
|
165
|
},
|
|
166
|
+ helpMessage: ['根据查询条件,查出的数据结果不超过这个值'],
|
166
|
167
|
componentProps() {
|
167
|
168
|
return {
|
168
|
169
|
max: 50000,
|
...
|
...
|
|