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
8d567b2d34611a2c027d3bc218136526b4b24b08
Authored by
fengwotao
2023-07-21 10:23:00 +0800
1 parent
a1e49445
fix: DEFECT-1416 菜单管理名称过长,后端限制100
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/system/menu/menu.data.ts
src/views/system/menu/menu.data.ts
View file @
8d567b2
...
...
@@ -138,7 +138,7 @@ export const formSchema: FormSchema[] = [
138
138
component: 'Input',
139
139
required: true,
140
140
componentProps: {
141
-
maxLength:
255
,
141
+
maxLength:
100
,
142
142
},
143
143
},
144
144
...
...