Commit 8ac6452ad45aa49a45cc4a4a3a7e8ba519406982
Merge branch 'ft_local_dev' into 'main'
pref:优化设备列表 最大条数提示信息 See merge request huang/yun-teng-iot-front!330
Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -163,7 +163,7 @@ export const defaultSchemas: FormSchema[] = [ | @@ -163,7 +163,7 @@ export const defaultSchemas: FormSchema[] = [ | ||
| 163 | ifShow({ values }) { | 163 | ifShow({ values }) { |
| 164 | return values[SchemaFiled.AGG] === AggregateDataEnum.NONE; | 164 | return values[SchemaFiled.AGG] === AggregateDataEnum.NONE; |
| 165 | }, | 165 | }, |
| 166 | - helpMessage: ['根据查询条件,查出的数据结果不超过这个值'], | 166 | + helpMessage: ['根据查询条件,查出的数据条数不超过这个值'], |
| 167 | componentProps() { | 167 | componentProps() { |
| 168 | return { | 168 | return { |
| 169 | max: 50000, | 169 | max: 50000, |
| @@ -185,7 +185,7 @@ export const formSchema: FormSchema[] = [ | @@ -185,7 +185,7 @@ export const formSchema: FormSchema[] = [ | ||
| 185 | ifShow({ values }) { | 185 | ifShow({ values }) { |
| 186 | return values[SchemaFiled.AGG] === AggregateDataEnum.NONE; | 186 | return values[SchemaFiled.AGG] === AggregateDataEnum.NONE; |
| 187 | }, | 187 | }, |
| 188 | - helpMessage: ['根据查询条件,查出的数据结果不超过这个值'], | 188 | + helpMessage: ['根据查询条件,查出的数据条数不超过这个值'], |
| 189 | componentProps() { | 189 | componentProps() { |
| 190 | return { | 190 | return { |
| 191 | max: 50000, | 191 | max: 50000, |