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
aefef70d726789db576f26d5f8b98eabeca05fa2
Authored by
fengtao
2022-12-05 15:55:08 +0800
1 parent
5f552219
fix:DEFECT-962 前端限制字符串长度
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/device/list/config/data.ts
src/views/device/list/config/data.ts
View file @
aefef70
...
...
@@ -25,7 +25,7 @@ export const step1Schemas: FormSchema[] = [
25
25
colProps: { span: 14 },
26
26
componentProps: {
27
27
placeholder: '设备名称',
28
-
maxLength:
255
,
28
+
maxLength:
36
,
29
29
},
30
30
},
31
31
{
...
...