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
412cc6bd
Commit
412cc6bd
authored
Apr 21, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
90812a85
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
13 deletions
+23
-13
eventsCalendar.vue
src/components/stuMan/eventsCalendar.vue
+12
-2
index.vue
src/components/work/index.vue
+1
-1
Work.vue
src/pages/Work.vue
+10
-10
No files found.
src/components/stuMan/eventsCalendar.vue
View file @
412cc6bd
...
...
@@ -287,9 +287,19 @@
<div>
<div
class=
"eventsCalendar_Form"
>
<div
style=
"text-align:right;margin:12px 20px 8px 0"
>
<el-date-picker
style=
"width:190px"
v-model=
"date"
type=
"month"
size=
"small"
value-format=
"yyyy-M-d"
@
change=
"getList()"
placeholder=
"选择日期"
>
<el-date-picker
style=
"width:190px"
v-model=
"date"
type=
"date"
:clearable=
"false"
value-format=
"yyyy-MM-d"
:picker-options=
"pickerOptions"
:editable=
"false"
placeholder=
"选择日期"
@
change=
"getList"
>
</el-date-picker>
</div>
<template>
<el-calendar
v-model=
"date"
id=
"calendar"
style=
"margin-bottom:40px;"
>
...
...
src/components/work/index.vue
View file @
412cc6bd
...
...
@@ -127,7 +127,7 @@
</div> -->
<q-btn-group
outline
style=
"position: fixed;top:
7
5px;right:20px;z-index: 666666;"
style=
"position: fixed;top:
1
5px;right:20px;z-index: 666666;"
>
<q-btn
dense
...
...
src/pages/Work.vue
View file @
412cc6bd
...
...
@@ -9,16 +9,16 @@
</div>
-->
<q-btn
flat
@
click=
"changeMenu(
5
)"
:color=
"chosenMenu ==
5
? 'primary' : 'blue-grey-14'"
:class=
"[chosenMenu ==
5
? 'text-weight-bold' : '']"
@
click=
"changeMenu(
6
)"
:color=
"chosenMenu ==
6
? 'primary' : 'blue-grey-14'"
:class=
"[chosenMenu ==
6
? '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' : '']"
@
click=
"changeMenu(
5
)"
:color=
"chosenMenu ==
5
? 'primary' : 'blue-grey-14'"
:class=
"[chosenMenu ==
5
? 'text-weight-bold' : '']"
label=
"工作台"
></q-btn>
<q-btn
...
...
@@ -79,10 +79,10 @@
label=
"我的上课计划"
></q-btn>
</div>
<div
class=
"bg-white col"
v-if=
"chosenMenu ==
5
"
>
<div
class=
"bg-white col"
v-if=
"chosenMenu ==
6
"
>
<eventsCalendar></eventsCalendar>
</div>
<div
class=
"bg-white col"
v-if=
"chosenMenu ==
6
"
>
<div
class=
"bg-white col"
v-if=
"chosenMenu ==
5
"
>
<work></work>
</div>
<div
v-if=
"chosenMenu == 1"
class=
"flex col"
style=
"flex: 1"
>
...
...
@@ -143,7 +143,7 @@ export default {
model
:
"one"
,
AccountType
:
1
,
ispower
:
false
,
//是否显示备课管理
chosenMenu
:
5
,
chosenMenu
:
6
,
okrMenu
:
1
,
//通知请求参数
...
...
@@ -271,7 +271,7 @@ export default {
.sub-header
{
position
:
fixed
;
height
:
56px
;
top
:
60px
;
top
:
0
;
left
:
0
;
right
:
0
;
transition
:
top
0.3s
ease
;
...
...
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