Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
25b861f0
authored
2024-05-11 16:04:50 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1. 更新操作指南
2. 国内赛-人员编辑
1 parent
9c003df6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
public/file/COMPETITION_GUIDE_0511V1.pdf
src/viewsPc/match/components/addCoach.vue
public/file/COMPETITION_GUIDE_0511V1.pdf
View file @
25b861f
No preview for this file type
src/viewsPc/match/components/addCoach.vue
View file @
25b861f
...
...
@@ -18,7 +18,7 @@
<span
v-if=
"form.wdsfMin"
>
{{
form
.
wdsfMin
}}
</span>
<el-input
v-else
v-model=
"form.wdsfMin"
type=
"number"
/>
</el-form-item>
<el-form-item
:label=
"language==0?'姓名':'Name'"
prop=
"realName"
required
>
<el-form-item
:label=
"language==0?'姓名':'Name'"
prop=
"realName"
:disabled=
"editgay&&form.idcType=='0'"
required
>
<el-input
v-model=
"form.realName"
/>
</el-form-item>
<el-form-item
:label=
"language==0?'证件类型':'ID type'"
prop=
"idcType"
required
>
...
...
@@ -310,7 +310,7 @@ function submitForm() {
return
}
// 验证手机号
if
(
form
.
value
.
phone
)
{
if
(
form
.
value
.
idcType
==
0
&&
form
.
value
.
phone
)
{
var
pattern
=
/^1
[
3456789
]\d{9}
$/
if
(
!
pattern
.
test
(
form
.
value
.
phone
))
{
ElMessage
.
warning
(
language
.
value
==
0
?
'请输入正确的手机号'
:
'Please enter the correct mobile phone number'
)
...
...
@@ -341,6 +341,8 @@ function submitForm() {
saveGroupMember
()
}
})
}
else
{
saveGroupMember
()
}
}
else
{
// 个人账号
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment