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
6178c63979db3f335b86e94c78660034deabc4a9
Authored by
fengtao
2022-12-05 16:34:33 +0800
1 parent
30126b27
pref:组织名称做限制
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/system/organization/organization.data.ts
src/views/system/organization/organization.data.ts
View file @
6178c63
...
...
@@ -47,7 +47,7 @@ export const formSchema: FormSchema[] = [
47
47
component: 'Input',
48
48
required: true,
49
49
componentProps: {
50
-
maxLength:
255
,
50
+
maxLength:
36
,
51
51
},
52
52
},
53
53
{
...
...