Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
Project
Project
Details
Activity
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
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
dda68bd7
Commit
dda68bd7
authored
Mar 22, 2023
by
zhangjianqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐藏只有培训的考试结果
parent
43673024
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
...c/views/educationPlanExam/myLessons/CheckLesson/index.vue
+1
-1
LearnItem.vue
...iews/educationPlanExam/myLessons/components/LearnItem.vue
+2
-2
No files found.
danger-manage-web/src/views/educationPlanExam/myLessons/CheckLesson/index.vue
View file @
dda68bd7
...
...
@@ -84,7 +84,7 @@
</div>
</div>
<div
v-if=
"state == 2"
class=
"bt flex fz14"
>
<div
v-if=
"state == 2
&&lessonData.topicNum!=0
"
class=
"bt flex fz14"
>
<div
class=
"a"
>
考试结果
</div>
<div
style=
"color: #1d84ff"
class=
"b flex"
>
已完成学习,课后测试得分
{{
fenshu
}}
,成绩合格!
...
...
danger-manage-web/src/views/educationPlanExam/myLessons/components/LearnItem.vue
View file @
dda68bd7
...
...
@@ -71,9 +71,9 @@ export default {
if
(
this
.
itemData
.
state
===
0
){
return
'开始学习'
}
else
if
(
this
.
itemData
.
state
===
1
){
return
'
重新考试
'
return
'
查看课程
'
}
else
if
(
this
.
itemData
.
state
===
2
){
return
'
重新考试
'
return
'
查看课程
'
}
else
if
(
this
.
itemData
.
state
===
3
){
return
'开始学习'
}
else
if
(
this
.
itemData
.
state
===
4
){
...
...
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