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
3bb29bd7
authored
2025-07-07 19:57:48 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
证件类型3不显示证号,证件类型
1 parent
c474c94e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
src/viewsPc/match/components/addCoach_en.vue
src/viewsPc/match/components/addCoach_en.vue
View file @
3bb29bd
...
...
@@ -101,9 +101,11 @@
<el-input
v-model=
"form.certName"
:disabled=
"editgay"
/>
</el-form-item>
<el-form-item
v-if=
"form.idcType!=3 "
:label=
"language==0?'证件类型':'ID Type'"
:required=
"!form.wdsfMin&&form.labelArr.indexOf('0')>-1"
prop=
"idcType"
>
<el-select
v-model=
"form.idcType"
:disabled=
"editgay"
style=
"width: 100%;"
>
<el-option
v-for=
"item in certificates"
...
...
@@ -114,6 +116,7 @@
</el-select>
</el-form-item>
<el-form-item
v-if=
"form.idcType!=3 "
:label=
"language==0?'证件号码':'ID NO'"
:required=
"!form.wdsfMin&&form.labelArr.indexOf('0')>-1"
prop=
"idcCode"
>
...
...
@@ -286,14 +289,15 @@ const open = (params) => {
if
(
form
.
value
.
wdsfMin
)
{
editDis
.
value
=
true
}
if
(
form
.
value
.
idcType
==
'3'
)
{
form
.
value
.
idcType
=
''
form
.
value
.
idcCode
=
''
}
//
if (form.value.idcType == '3') {
//
form.value.idcType = ''
//
form.value.idcCode = ''
//
}
if
(
form
.
value
.
label
)
{
// {0:0,1:1,2:3}
form
.
value
.
labelArr
=
form
.
value
.
label
.
split
(
','
)
}
console
.
log
(
form
.
value
)
})
}
else
{
editgay
.
value
=
false
...
...
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