Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄庭坚
jinfa-platform
Commits
e6e2ab7a
Commit
e6e2ab7a
authored
Apr 07, 2022
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 添加同行人字符长度限制
parent
de5fa766
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
schema.ts
...er/memberVisitManage/components/MemberVisitForm/schema.ts
+7
-1
No files found.
src/pages/member/memberVisitManage/components/MemberVisitForm/schema.ts
View file @
e6e2ab7a
...
@@ -78,8 +78,14 @@ const schema: ISchema = {
...
@@ -78,8 +78,14 @@ const schema: ISchema = {
title
:
'同行人'
,
title
:
'同行人'
,
type
:
'string'
,
type
:
'string'
,
'x-component-props'
:
{
'x-component-props'
:
{
placeholder
:
'
请输入
'
,
placeholder
:
'
最长40个字符,20个汉字
'
,
},
},
'x-rules'
:
[
{
limitByte
:
true
,
// 自定义校验规则
maxByte
:
40
,
}
],
},
},
visitDate
:
{
visitDate
:
{
title
:
'拜访日期'
,
title
:
'拜访日期'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment