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
0317fab9
authored
2024-04-19 09:41:12 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
83f70075
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
src/viewsPc/match/chooseProject.vue
src/viewsPc/match/components/zu-table.vue
src/viewsPc/register/personal.vue
src/viewsPc/match/chooseProject.vue
View file @
0317fab
...
...
@@ -407,7 +407,7 @@ function submitForm(n) {
ElMessageBox
.
confirm
(
language
.
value
==
0
?
'是否继续添加随行人员?'
:
'Do you want to add casual personnel?'
,
language
.
value
==
0
?
'提示'
:
'Tip'
,
{
confirmButtonText
:
language
.
value
==
0
?
'是'
:
'Yes'
,
cancelButtonText
:
language
.
value
==
0
?
'否,进入下一步'
:
'N
0
,Go Next'
,
cancelButtonText
:
language
.
value
==
0
?
'否,进入下一步'
:
'N
O
,Go Next'
,
type
:
'warning'
}).
then
(()
=>
{
...
...
@@ -421,7 +421,7 @@ function submitForm(n) {
ElMessageBox
.
confirm
(
language
.
value
==
0
?
'是否添加随行人员?'
:
'Do you want to add casual personnel?'
,
language
.
value
==
0
?
'提示'
:
'Tip'
,
{
confirmButtonText
:
language
.
value
==
0
?
'是'
:
'Yes'
,
cancelButtonText
:
language
.
value
==
0
?
'否,进入下一步'
:
'N
0
,Go Next'
,
cancelButtonText
:
language
.
value
==
0
?
'否,进入下一步'
:
'N
O
,Go Next'
,
type
:
'warning'
}).
then
(()
=>
{
showPersonList
.
value
=
true
...
...
src/viewsPc/match/components/zu-table.vue
View file @
0317fab
...
...
@@ -2,7 +2,7 @@
<div
class=
"mt20"
></div>
<el-table
:data=
"list"
border
style=
"width: 100%"
>
<el-table-column
:label=
"language==0?'序号':'Index'"
type=
"index"
width=
"70"
align=
"center"
/>
<el-table-column
:label=
"language==0?'组别代码':'Group code'"
width=
"120px"
prop=
"
zuNam
e"
/>
<el-table-column
:label=
"language==0?'组别代码':'Group code'"
width=
"120px"
prop=
"
project.cod
e"
/>
<el-table-column
:label=
"language==0?'组别':'Group'"
prop=
"project.name"
/>
<el-table-column
:label=
"language==0?'舞种':'Dance Style'"
width=
"120px"
prop=
"project.danceType"
/>
<el-table-column
:label=
"language==0?'参赛说明':'Participation Instructions'"
min-width=
"160px"
>
...
...
src/viewsPc/register/personal.vue
View file @
0317fab
...
...
@@ -154,7 +154,9 @@
</el-card>
</div>
<Vcode
:show=
"isShow"
:z-index=
"3000"
@
success=
"codeSuccess()"
></Vcode>
<Vcode
:show=
"isShow"
:z-index=
"3000"
@
success=
"codeSuccess()"
:successText=
"successVcode"
:failText=
"failVcode"
:slider-text=
"sliderText"
></Vcode>
</div>
</div>
</div>
...
...
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