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
9ea495c5
Commit
9ea495c5
authored
Jan 14, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
7948207f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
11 deletions
+15
-11
index.vue
src/pages/study/index.vue
+5
-4
timeTable-item.vue
src/pages/timetable/timeTable-item.vue
+4
-4
timeTable.vue
src/pages/timetable/timeTable.vue
+6
-3
No files found.
src/pages/study/index.vue
View file @
9ea495c5
...
@@ -391,10 +391,10 @@
...
@@ -391,10 +391,10 @@
<view
style=
"padding: 20px;"
>
<view
style=
"padding: 20px;"
>
<view
style=
"font-size: 36rpx;font-weight: bold;color: #111111;"
>
{{x.PaperName}}
<view
style=
"font-size: 36rpx;font-weight: bold;color: #111111;"
>
{{x.PaperName}}
</view>
</view>
<view
style=
"font-size: 24rpx;font-weight: 500;color: #999999;margin-top: 9px;"
>
<
!-- <
view style="font-size: 24rpx;font-weight: 500;color: #999999;margin-top: 9px;">
测评次数:<text v-if="x.ExamStatus==1||x.ExamStatus==2||x.ExamStatus==4">0</text>
测评次数:<text v-if="x.ExamStatus==1||x.ExamStatus==2||x.ExamStatus==4">0</text>
<text v-if="x.ExamStatus==3||x.ExamStatus==5">1</text>次
<text v-if="x.ExamStatus==3||x.ExamStatus==5">1</text>次
</view>
</view>
-->
</view>
</view>
<view>
<view>
<view
class=
"examination-box-c"
>
<view
class=
"examination-box-c"
>
...
@@ -476,9 +476,10 @@
...
@@ -476,9 +476,10 @@
</div>
</div>
</view>
</view>
</view>
</view>
<view
class=
"examination-box-btnbox"
v-if=
"x.ExamStatus==2"
>
<view
class=
"examination-box-btnbox"
>
<view
class=
"examination-btn"
@
click=
"gourlkaoshixq(x)"
>
<view
class=
"examination-btn"
@
click=
"gourlkaoshixq(x)"
>
开始考试
<text
v-if=
"x.ExamStatus==2"
>
开始考试
</text>
<text
v-else
>
查看详情
</text>
</view>
</view>
</view>
</view>
</view>
</view>
...
...
src/pages/timetable/timeTable-item.vue
View file @
9ea495c5
...
@@ -120,7 +120,7 @@ export default {
...
@@ -120,7 +120,7 @@ export default {
width
:
12
rpx
;
width
:
12
rpx
;
height
:
12
rpx
;
height
:
12
rpx
;
background-color
:
#ffffff
;
background-color
:
#ffffff
;
border
:
4
rpx
solid
#00
acf9
;
border
:
4
rpx
solid
#00
00ff
;
border-radius
:
50%
;
border-radius
:
50%
;
margin-right
:
20
rpx
;
margin-right
:
20
rpx
;
}
}
...
@@ -128,7 +128,7 @@ export default {
...
@@ -128,7 +128,7 @@ export default {
font-size
:
26
rpx
;
font-size
:
26
rpx
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#00
acf9
;
color
:
#00
00ff
;
}
}
.teacherimg
{
.teacherimg
{
margin-right
:
30
rpx
;
margin-right
:
30
rpx
;
...
@@ -159,7 +159,7 @@ export default {
...
@@ -159,7 +159,7 @@ export default {
/
deep
/
.leave-btn
{
/
deep
/
.leave-btn
{
width
:
142
rpx
;
width
:
142
rpx
;
height
:
52
rpx
;
height
:
52
rpx
;
background-color
:
#00
acf9
;
background-color
:
#00
00ff
;
border-radius
:
8
rpx
;
border-radius
:
8
rpx
;
font-size
:
26
rpx
;
font-size
:
26
rpx
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
;
...
@@ -169,7 +169,7 @@ export default {
...
@@ -169,7 +169,7 @@ export default {
/
deep
/
.already-leave-btn
{
/
deep
/
.already-leave-btn
{
width
:
142
rpx
;
width
:
142
rpx
;
height
:
52
rpx
;
height
:
52
rpx
;
background-color
:
#00
acf9
;
background-color
:
#00
00ff
;
opacity
:
0.5
;
opacity
:
0.5
;
border-radius
:
8
rpx
;
border-radius
:
8
rpx
;
font-size
:
26
rpx
;
font-size
:
26
rpx
;
...
...
src/pages/timetable/timeTable.vue
View file @
9ea495c5
...
@@ -81,14 +81,14 @@
...
@@ -81,14 +81,14 @@
style=
"width: 90%"
style=
"width: 90%"
v-if=
"isShowAllDay"
v-if=
"isShowAllDay"
>
>
<van-icon
name=
"arrow-up"
size=
"40rpx"
color=
"#00
ACF9
"
@
click=
"changeCalendar"
/>
<van-icon
name=
"arrow-up"
size=
"40rpx"
color=
"#00
00ff
"
@
click=
"changeCalendar"
/>
</van-divider>
</van-divider>
<van-divider
<van-divider
contentPosition=
"center"
contentPosition=
"center"
style=
"width: 90%"
style=
"width: 90%"
v-if=
"!isShowAllDay"
v-if=
"!isShowAllDay"
>
>
<van-icon
name=
"arrow-down"
size=
"40rpx"
color=
"#00
ACF9
"
@
click=
"changeCalendar"
/>
<van-icon
name=
"arrow-down"
size=
"40rpx"
color=
"#00
00ff
"
@
click=
"changeCalendar"
/>
</van-divider>
</van-divider>
</view>
</view>
</view>
</view>
...
@@ -219,6 +219,7 @@ export default {
...
@@ -219,6 +219,7 @@ export default {
});
});
let
methods
=
{
let
methods
=
{
// 获取当天数据
async
getData
()
{
async
getData
()
{
data
.
loading
=
true
data
.
loading
=
true
let
res
=
await
getStundentPlanStatistical
(
data
.
msg
);
let
res
=
await
getStundentPlanStatistical
(
data
.
msg
);
...
@@ -227,6 +228,7 @@ export default {
...
@@ -227,6 +228,7 @@ export default {
data
.
dataList
=
res
.
Data
;
data
.
dataList
=
res
.
Data
;
}
}
},
},
//获取当月数据
async
getAllData
()
{
async
getAllData
()
{
let
res
=
await
getStundentPlanStatistical
(
data
.
msg
);
let
res
=
await
getStundentPlanStatistical
(
data
.
msg
);
if
(
res
)
{
if
(
res
)
{
...
@@ -397,8 +399,9 @@ export default {
...
@@ -397,8 +399,9 @@ export default {
.calendar-active
{
.calendar-active
{
width
:
50
rpx
;
width
:
50
rpx
;
height
:
50
rpx
;
height
:
50
rpx
;
background-color
:
rgba
(
0
,
172
,
249
,
0.38
)
!important
;
background-color
:
rgba
(
0
,
0
,
255
,
0.9
)
!important
;
border-radius
:
50%
;
border-radius
:
50%
;
color
:
#FFFFFF
!important
;
}
}
.calendar-leave
{
.calendar-leave
{
width
:
50
rpx
;
width
:
50
rpx
;
...
...
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