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
1755d24fad77be51df33bb18f0b3c28aa2804cd7
Authored by
ww
2023-04-18 20:41:01 +0800
1 parent
d59f6e09
fix: DEFECT-1199 任务中心名字长度限制
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/task/center/components/DetailModal/config.ts
src/views/task/center/components/DetailModal/config.ts
View file @
1755d24
...
...
@@ -91,6 +91,7 @@ export const formSchemas: FormSchema[] = [
91
91
rules: [{ required: true, message: '请填写任务名称' }],
92
92
componentProps: {
93
93
placeholder: '请输入任务名称',
94
+
maxlength: 64,
94
95
},
95
96
},
96
97
{
...
...