Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
8728b6b91b190271b181f78ce2d04c0acac8e76a
Authored by
ww
2022-09-21 21:28:33 +0800
1 parent
9083a7eb
perf: rename max value to max items
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/device/localtion/cpns/TimePeriodForm/config.ts
src/views/visual/board/detail/config/historyTrend.config.ts
src/views/device/localtion/cpns/TimePeriodForm/config.ts
View file @
8728b6b
...
...
@@ -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 }) {
...
...
src/views/visual/board/detail/config/historyTrend.config.ts
View file @
8728b6b
...
...
@@ -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 }) {
...
...