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
8a457508
authored
2025-07-10 17:38:03 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
官网
1 parent
bb4a4e9e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
src/viewsPc/components/querybackNumber.vue
src/viewsPc/components/schSearch.vue
src/viewsPc/components/querybackNumber.vue
View file @
8a45750
...
...
@@ -11,7 +11,7 @@
<div
class=
"rItem"
@
click=
"type='0'"
>
{{
language
==
0
?
'个人查询'
:
'Personal Query'
}}
</div>
<div
class=
"rItem"
@
click=
"type='1'"
>
{{
language
==
0
?
'团队查询'
:
'Team Query'
}}
</div>
</div>
<div
class=
"searchBox"
>
<div
v-if=
"type=='0'"
>
<div
class=
"flex mt30"
>
<el-input
...
...
@@ -80,7 +80,10 @@
</div>
<div
v-if=
"teamlist.length>0"
class=
"temell mt20"
>
<el-collapse
v-model=
"activeNames"
accordion
>
<el-collapse-item
v-for=
"(team,index) in teamlist"
:key=
"index"
:name=
"index"
:title=
"team[0][0].groupName"
>
<el-collapse-item
v-for=
"(team,index) in teamlist"
:key=
"index"
:name=
"index"
:title=
"team[0][0].groupName"
>
<div
v-for=
"(p,jndex) in team"
:key=
"jndex"
class=
"nowteamItem"
>
<div
class=
"fontSize14 text-bold"
>
{{
p
[
0
].
zuInfo
}}
</div>
<div
v-for=
"f in p"
:key=
"f.id"
>
...
...
@@ -94,6 +97,8 @@
</div>
</div>
</div>
</div>
</el-dialog>
</
template
>
...
...
@@ -277,4 +282,9 @@ function showDetail(name) {
cursor
:
pointer
;
}
}
.searchBox
{
height
:
50vh
;
overflow
:
hidden
;
}
</
style
>
...
...
src/viewsPc/components/schSearch.vue
View file @
8a45750
...
...
@@ -49,6 +49,7 @@
<el-empty
/>
</div>
</div>
<div
class=
"searchBox"
>
<div
v-if=
"type=='1'"
>
<div
class=
"flex mt20"
>
<el-input
...
...
@@ -132,6 +133,8 @@
</el-timeline>
</div>
</div>
</div>
</div>
</el-dialog>
...
...
@@ -353,4 +356,9 @@ function showDetail(name) {
cursor
:
pointer
;
}
}
.searchBox
{
height
:
50vh
;
overflow
:
hidden
;
}
</
style
>
...
...
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