Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
1b75a4ea
Commit
1b75a4ea
authored
Apr 19, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
parents
6f0d888d
bb3b5b47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
Work.vue
src/pages/Work.vue
+7
-2
activeList.vue
src/pages/stuMan/activeList.vue
+6
-1
No files found.
src/pages/Work.vue
View file @
1b75a4ea
...
...
@@ -37,7 +37,10 @@
</q-btn>
-->
<q-btn
flat
@
click=
"changeMenu(3)"
:color=
"chosenMenu==3?'primary':'blue-grey-14'"
:class=
"[chosenMenu==3?'text-weight-bold':'']"
label=
"我的排班计划"
></q-btn>
<q-btn
flat
@
click=
"changeMenu(4)"
v-if=
"AccountType==2"
:color=
"chosenMenu==4?'primary':'blue-grey-14'"
:class=
"[chosenMenu==4?'text-weight-bold':'']"
label=
"我的上课计划"
></q-btn>
<q-btn
flat
@
click=
"changeMenu(6)"
:color=
"chosenMenu==6?'primary':'blue-grey-14'"
:class=
"[chosenMenu==6?'text-weight-bold':'']"
label=
"活动日历"
></q-btn>
</div>
<div
class=
"bg-white col"
v-if=
"chosenMenu==6"
>
<eventsCalendar></eventsCalendar>
</div>
<div
class=
"bg-white col"
v-if=
"chosenMenu==5"
>
<work></work>
...
...
@@ -78,6 +81,7 @@
import
mySchedule
from
'./scheduling/mySchedule'
import
myClassmate
from
'./scheduling/myClassmate'
;
import
work
from
'../components/work/index'
import
eventsCalendar
from
'../components/stuMan/eventsCalendar'
export
default
{
components
:{
...
...
@@ -87,7 +91,8 @@
noticeForm
,
mySchedule
,
myClassmate
,
work
work
,
eventsCalendar
},
name
:
'PageIndex'
,
data
(){
...
...
src/pages/stuMan/activeList.vue
View file @
1b75a4ea
...
...
@@ -386,7 +386,12 @@
},
mounted
()
{
this
.
getList
();
if
(
this
.
$route
.
query
.
ActivityName
){
this
.
msg
.
ActivityName
=
this
.
$route
.
query
.
ActivityName
this
.
getList
();
}
else
{
this
.
getList
();
}
},
methods
:
{
// getItem(item) {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment