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
031900d1
authored
2024-06-07 16:06:12 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
票务
1 parent
4bdf8e92
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/viewsPc/components/pickup.vue
src/viewsPc/components/pickup.vue
View file @
031900d
...
...
@@ -93,7 +93,7 @@
<el-checkbox
:label=
"language==0?'其他':'Others'"
name=
"4"
/>
</el-checkbox-group>
</el-form-item>
<el-form-item
:label=
"language==0?'国家/地区':'
Nationality
'"
prop=
"downOffBo.nationalitys"
required
>
<el-form-item
:label=
"language==0?'国家/地区':'
Country/Region
'"
prop=
"downOffBo.nationalitys"
required
>
<el-select
v-model=
"form.downOffBo.nationalitys"
filterable
multiple
style=
"width: 100%;"
>
<el-option
v-for=
"item in countrys"
:key=
"item.id"
...
...
@@ -209,7 +209,7 @@ const rules = ref(
},],
'pickUpBo.nationalitys'
:
[{
required
:
true
,
trigger
:
'
change
'
,
trigger
:
'
blur
'
,
message
:
language
.
value
==
0
?
'请选择'
:
'Please choose'
},],
'pickUpBo.name'
:
[{
required
:
true
,
trigger
:
'change'
,
message
:
language
.
value
==
0
?
'请输入'
:
'Please enter'
},],
...
...
@@ -252,7 +252,7 @@ const rules = ref(
},],
'downOffBo.nationalitys'
:
[{
required
:
true
,
trigger
:
'
change
'
,
trigger
:
'
blur
'
,
message
:
language
.
value
==
0
?
'请选择'
:
'Please choose'
},],
'downOffBo.standing'
:
[{
...
...
@@ -370,7 +370,7 @@ function submitForm() {
// show.value=false
}
}
else
{
proxy
.
$modal
.
msgError
(
language
==
0
?
'请完善信息!'
:
'Please complete the information!'
)
proxy
.
$modal
.
msgError
(
language
.
value
==
0
?
'请完善信息!'
:
'Please complete the information!'
)
}
}
)
...
...
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