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
36c2eed7
authored
2025-07-15 10:45:39 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
背号日程查询
1 parent
3521b5f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
16 deletions
src/viewsPc/components/querybackNumber.vue
src/viewsPc/components/schSearch.vue
src/viewsPc/components/querybackNumber.vue
View file @
36c2eed
...
...
@@ -25,7 +25,7 @@
</el-button>
</div>
<div
v-if=
"list.length>0"
>
<div
v-if=
"list.length>0"
class=
"rollY"
>
<div
v-for=
"(form, index) in list"
:key=
"index"
class=
"nowteamItem"
>
<div
class=
"info"
>
<div
class=
"nowName text-center"
>
...
...
@@ -69,17 +69,20 @@
<div
v-if=
"showGroupList"
class=
"text-danger text-center"
>
{{
language
==
0
?
'找到多个团体'
:
'Found multiple teams'
}}
</div>
<div
v-if=
"showGroupList"
class=
"groupList"
>
<ul>
<li
v-for=
"(item, index) in groupList"
:key=
"index"
@
click=
"showDetail(item)"
>
{{
item
}}
<el-icon
class=
"fr"
>
<ArrowRight
/>
</el-icon>
</li>
</ul>
<div
v-if=
"showGroupList"
class=
"groupList rollY"
>
<div
class=
"rollY"
>
<ul>
<li
v-for=
"(item, index) in groupList"
:key=
"index"
@
click=
"showDetail(item)"
>
{{
item
}}
<el-icon
class=
"fr"
>
<ArrowRight
/>
</el-icon>
</li>
</ul>
</div>
</div>
<div
v-if=
"teamlist.length>0"
class=
"temell mt20"
>
<el-collapse
v-model=
"activeNames"
accordion
>
<el-collapse
v-model=
"activeNames"
accordion
class=
"rollY"
>
<el-collapse-item
v-for=
"(team,index) in teamlist"
:key=
"index"
:name=
"index"
:title=
"team[0][0].groupName"
...
...
@@ -290,7 +293,10 @@ function showDetail(name) {
.searchBox
{
height
:
50vh
;
//
overflow
:
hidden
;
overflow-y
:
hidden
;
}
.rollY
{
height
:
45vh
;
overflow-y
:
auto
;
}
</
style
>
...
...
src/viewsPc/components/schSearch.vue
View file @
36c2eed
...
...
@@ -27,7 +27,7 @@
</div>
<div
v-if=
"list.length>0"
class=
"mt30"
>
<el-timeline>
<el-timeline
class=
"rollY"
>
<el-timeline-item
v-for=
"(form, index) in list"
:key=
"index"
:timestamp=
"form.date + ' ' + form.timeStr"
...
...
@@ -66,7 +66,7 @@
<div
v-if=
"showGroupList"
class=
"text-danger text-center"
>
{{
language
==
0
?
'找到多个团体'
:
'Found multiple teams'
}}
</div>
<div
v-if=
"showGroupList"
class=
"groupList"
>
<div
v-if=
"showGroupList"
class=
"groupList
rollY
"
>
<ul>
<li
v-for=
"(item, index) in groupList"
:key=
"index"
@
click=
"showDetail(item)"
>
{{
item
}}
<el-icon
class=
"fr"
>
...
...
@@ -75,7 +75,7 @@
</li>
</ul>
</div>
<div
v-if=
"teamlist.length>0"
class=
"temell mt20"
>
<div
v-if=
"teamlist.length>0"
class=
"temell mt20
rollY
"
>
<el-collapse
accordion
>
<el-collapse-item
v-for=
"(team,index) in teamlist"
:key=
"index"
:name=
"index"
:title=
"team[0].title"
>
<el-timeline>
...
...
@@ -110,7 +110,7 @@
</el-button>
</div>
<div
v-if=
"list.length>0"
class=
"temell mt20"
>
<el-timeline>
<el-timeline
class=
"rollY"
>
<el-timeline-item
v-for=
"(team,j) in list"
:key=
"j"
placement=
"top"
>
<div
v-for=
"(form, index) in team"
v-show=
"index==0"
:key=
"index"
>
<div
class=
"text-primary"
style=
"position: relative;top:-15px"
>
...
...
@@ -362,6 +362,11 @@ function showDetail(name) {
.searchBox
{
height
:
50vh
;
//
overflow-y
:
auto
;
}
.rollY
{
height
:
45vh
;
overflow-y
:
auto
;
}
</
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