Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
educationStu
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
向伟
educationStu
Commits
9a558d23
Commit
9a558d23
authored
Feb 08, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
1f3433e4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
385 additions
and
75 deletions
+385
-75
index.vue
src/pages/appointment/index.vue
+370
-51
askForLeave.vue
src/pages/course/askForLeave.vue
+4
-0
timeTable.vue
src/pages/timetable/timeTable.vue
+4
-5
iconfont.css
src/static/font/iconfont.css
+7
-19
No files found.
src/pages/appointment/index.vue
View file @
9a558d23
This diff is collapsed.
Click to expand it.
src/pages/course/askForLeave.vue
View file @
9a558d23
...
...
@@ -176,6 +176,7 @@ import { getStundentPlanStatistical, setStudentLeave } from "../../api/index";
export
default
{
setup
()
{
let
Toast
=
inject
(
"$toast"
);
const
indexData
=
uni
.
getStorageSync
(
'indexData'
)
let
data
=
reactive
({
showType
:
false
,
TimeChoose
:
false
,
...
...
@@ -296,6 +297,9 @@ export default {
StartTime
:
data
.
data
.
startTime
,
EndTime
:
data
.
data
.
endTime
,
ClassId
:
data
.
leaveMsg
.
ClassId
,
CouseId
:
indexData
.
CourseId
,
ClassScrollType
:
indexData
.
ClassScrollType
};
let
res
=
await
getStundentPlanStatistical
(
msg
);
data
.
isShowAllCheck
=
true
;
...
...
src/pages/timetable/timeTable.vue
View file @
9a558d23
...
...
@@ -110,6 +110,7 @@
},
setup
(
props
)
{
const
Toast
=
inject
(
'$toast'
)
const
indexData
=
uni
.
getStorageSync
(
'indexData'
)
let
weekArr
=
[
"日"
,
"一"
,
"二"
,
"三"
,
"四"
,
"五"
,
"六"
];
//年月选择
let
currentDate
=
ref
(
0
);
...
...
@@ -196,9 +197,11 @@
})
let
data
=
reactive
({
msg
:
{
ClassId
:
0
,
ClassId
:
indexData
.
ClassId
,
StartTime
:
""
,
EndTime
:
""
,
CouseId
:
indexData
.
CourseId
,
ClassScrollType
:
indexData
.
ClassScrollType
},
statusBarHeight
:
0
,
dataList
:
[],
...
...
@@ -445,13 +448,9 @@
};
},
onShow
()
{
const
indexData
=
uni
.
getStorageSync
(
'indexData'
)
// this.msg.ClassId = indexData.ClassId
this
.
msg
.
ClassId
=
'1'
this
.
msg
.
StartTime
=
getToday
(
'y'
,
'm'
)
+
'-01'
;
this
.
msg
.
EndTime
=
getToday
(
'y'
,
'm'
)
+
'-'
+
getMonthMaxDay
();
if
(
this
.
$isLogin
())
{
// this.getData()
this
.
getAllData
()
}
},
...
...
src/static/font/iconfont.css
View file @
9a558d23
@font-face
{
font-family
:
"iconfont"
;
/* Project id 2734547 */
src
:
url('//at.alicdn.com/t/font_2734547_
4b4m4a7c8zb.woff2?t=1643252260604
')
format
(
'woff2'
),
url('//at.alicdn.com/t/font_2734547_
4b4m4a7c8zb.woff?t=1643252260604
')
format
(
'woff'
),
url('//at.alicdn.com/t/font_2734547_
4b4m4a7c8zb.ttf?t=1643252260604
')
format
(
'truetype'
);
src
:
url('//at.alicdn.com/t/font_2734547_
vr2ckwvviob.woff2?t=1643341931052
')
format
(
'woff2'
),
url('//at.alicdn.com/t/font_2734547_
vr2ckwvviob.woff?t=1643341931052
')
format
(
'woff'
),
url('//at.alicdn.com/t/font_2734547_
vr2ckwvviob.ttf?t=1643341931052
')
format
(
'truetype'
);
}
.iconfont
{
...
...
@@ -13,24 +13,12 @@
-moz-osx-font-smoothing
:
grayscale
;
}
.icon-calendar
:before
{
content
:
"\e746"
;
}
.icon-tuixue
:before
{
content
:
"\e639"
;
}
.icon-quxiao
:before
{
content
:
"\e933"
;
}
.icon-daifukuai
:before
{
content
:
"\e650"
;
.icon-moreandroid
:before
{
content
:
"\e6a5"
;
}
.icon-
zhengchang
:before
{
content
:
"\e
61
6"
;
.icon-
calendar
:before
{
content
:
"\e
74
6"
;
}
.icon-caidanzu
:before
{
...
...
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