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
ac174229
Commit
ac174229
authored
Feb 03, 2023
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化已发布未录入题目的培训考题展示变成-
parent
0049a818
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
index.vue
...-web/src/views/educationPlanExam/lessonsProgram/index.vue
+13
-3
No files found.
danger-manage-web/src/views/educationPlanExam/lessonsProgram/index.vue
View file @
ac174229
...
...
@@ -132,11 +132,21 @@
width=
"180"
>
<
template
v-slot=
"{ row: { topicNum, courseId, status } }"
>
<span
@
click=
"checkQuestion(courseId, status)"
class=
"timuNum"
>
<span
v-if=
"topicNum > 0"
>
<span>
<span
class=
"timuNum"
@
click=
"checkQuestion(courseId, status)"
v-if=
"topicNum > 0"
>
{{
status
==
0
?
`已录入${topicNum
}
题`
:
"查看"
}}
<
/span
>
<
span
v
-
else
>
未录入
<
/span
>
<
span
v
-
else
-
if
=
"status === 1 && topicNum == 0"
>
-
<
/span
>
<
span
class
=
"timuNum"
@
click
=
"checkQuestion(courseId, status)"
v
-
else
>
未录入
<
/spa
n
>
<
/span
>
<
/template
>
<
/el-table-column
>
...
...
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