Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
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
b56a13f0
authored
2024-05-11 11:34:40 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
人员导入-实名不通过-错误提示
1 parent
d7948e5b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
src/layoutPc/components/AppBottom.vue
src/viewsPc/match/components/import.vue
src/viewsPc/match/signPreview.vue
src/layoutPc/components/AppBottom.vue
View file @
b56a13f
...
...
@@ -124,7 +124,7 @@ const goHelpZH = () => {
.kf
{
width
:
45px
;
margin
:
auto
;
height
:
auto
;
//
animation
:
pop
2s
infinite
;
}
.fixed-right
{
position
:
fixed
;
right
:
0
;
bottom
:
200px
;
.fixed-right
{
position
:
fixed
;
right
:
0
;
bottom
:
200px
;
z-index
:
9
;
.mlb{
background
:
#fff
;
border-radius
:
10px
0
0
10px
;
box-shadow
:
0
2px
8px
#aaa
;
padding
:
10px
8px
;
text-align
:
center
;
cursor
:
pointer
;
div
:
first-child
{
border-bottom
:
0.5px
solid
#eee
;
padding
:
0
0
10px
;
margin-bottom
:
10px
}
...
...
src/viewsPc/match/components/import.vue
View file @
b56a13f
...
...
@@ -61,10 +61,13 @@ function submit(res) {
if
(
res
.
data
.
repeatInFileColumn
.
length
>
0
){
proxy
.
$modal
.
msgError
(
`
${
res
.
data
.
repeatInFileColumn
}${
language
.
value
==
0
?
'文件内重复'
:
'Repeat In File'
}
`
)
}
if
(
res
.
data
.
noRealNameColumn
.
length
>
0
){
proxy
.
$modal
.
msgError
(
`
${
res
.
data
.
noRealNameColumn
}${
language
.
value
==
0
?
'实名未通过'
:
'No real name'
}
`
)
}
if
(
res
.
data
.
errIdcTypeColumn
.
length
==
0
&&
res
.
data
.
errSexColumn
.
length
==
0
&&
res
.
data
.
incompleteColumn
.
length
==
0
&&
res
.
data
.
repeatInFileColumn
.
length
==
0
&&
res
.
data
.
repeatInSystemColumn
.
length
==
0
res
.
data
.
repeatInSystemColumn
.
length
==
0
&&
res
.
data
.
noRealNameColumn
.
length
==
0
){
proxy
.
$modal
.
msgSuccess
(
res
.
msg
)
}
...
...
src/viewsPc/match/signPreview.vue
View file @
b56a13f
...
...
@@ -9,9 +9,6 @@
<match-info-row
v-if=
"matchId"
:match-id=
"matchId"
/>
<group-info-row
v-if=
"matchId&&groupId!=0"
:match-id=
"matchId"
:group-id=
"groupId"
/>
<coach-info-row
v-if=
"matchId&&user.utype=='2'"
:match-id=
"matchId"
:language=
"language"
/>
<div
style=
"margin: 20px"
>
<div
class=
"leftboderTT"
v-if=
"user.utype=='1'&&myMemberTable.length>0"
>
{{
language
==
0
?
'随行人员清单'
:
'List of accompanying personnel'
}}
</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