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
795121e6
Commit
795121e6
authored
Feb 02, 2023
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化考试题查看按钮大小
parent
06059cb8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
index.vue
...-web/src/views/educationPlanExam/lessonsProgram/index.vue
+5
-5
index.vue
...anage-web/src/views/educationPlanExam/textPaper/index.vue
+5
-5
No files found.
danger-manage-web/src/views/educationPlanExam/lessonsProgram/index.vue
View file @
795121e6
...
...
@@ -132,12 +132,12 @@
width=
"180"
>
<
template
v-slot=
"{ row: { topicNum, courseId, status } }"
>
<
div
@
click=
"checkQuestion(courseId, status)"
class=
"timuNum"
>
<
div
v-if=
"topicNum > 0"
>
<
span
@
click=
"checkQuestion(courseId, status)"
class=
"timuNum"
>
<
span
v-if=
"topicNum > 0"
>
{{
status
==
0
?
`已录入${topicNum
}
题`
:
"查看"
}}
<
/
div
>
<
div
v
-
else
>
未录入
<
/div
>
<
/
div
>
<
/
span
>
<
span
v
-
else
>
未录入
<
/span
>
<
/
span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
...
...
danger-manage-web/src/views/educationPlanExam/textPaper/index.vue
View file @
795121e6
...
...
@@ -83,12 +83,12 @@
width=
"180"
>
<template
v-slot=
"
{ row: { topicNum, courseId, status } }">
<
div
class=
"timuNum"
@
click=
"checkQuestion(courseId, status)"
>
<
div
v-if=
"topicNum > 0"
>
<
span
class=
"timuNum"
@
click=
"checkQuestion(courseId, status)"
>
<
span
v-if=
"topicNum > 0"
>
{{
status
==
0
?
`已录入${topicNum
}
题`
:
"查看"
}}
<
/
div
>
<
div
v
-
else
>
未录入
<
/div
>
<
/
div
>
<
/
span
>
<
span
v
-
else
>
未录入
<
/span
>
<
/
span
>
<
/template
>
<
/el-table-column
>
<
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