Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
kaisa
/
SopWeb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fff012fc
authored
Nov 20, 2025
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:增加数字填写number校验
parent
5bd3cf6f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/activity/recruitment/components/sign/index.vue
src/views/activity/recruitment/components/sign/index.vue
View file @
fff012fc
...
@@ -314,7 +314,7 @@ const onSubmit = async () => {
...
@@ -314,7 +314,7 @@ const onSubmit = async () => {
is-link
@
click=
"showPlatformPicker = true"
readonly
is-link
@
click=
"showPlatformPicker = true"
readonly
:rules=
"[
{ required: true, message: '请選擇平臺' }]" />
:rules=
"[
{ required: true, message: '请選擇平臺' }]" />
<van-field
v-show=
"isShowWriteId"
v-model=
"formData.uid"
name=
"id"
<van-field
v-show=
"isShowWriteId"
v-model=
"formData.uid"
name=
"id"
type=
"number"
:label=
"`$
{selectPlatform}:`" placeholder="請輸入"
:label=
"`$
{selectPlatform}:`" placeholder="請輸入"
:rules="[{ required: true, message: `请輸入${selectPlatform}` }]" />
:rules="[{ required: true, message: `请輸入${selectPlatform}` }]" />
...
...
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