Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
978ef702
Commit
978ef702
authored
Aug 12, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
6a289131
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
10 deletions
+6
-10
examCreate.vue
src/pages/exam/examCreate.vue
+4
-8
examManagement.vue
src/pages/exam/examManagement.vue
+2
-2
No files found.
src/pages/exam/examCreate.vue
View file @
978ef702
...
...
@@ -22,13 +22,9 @@
</
style
>
<
template
>
<div
class=
"page-body"
>
组卷题库(*):
{{
ShowBankName
}}
<br
/>
<a
style=
"cursor:pointer;color:blue;margin:10px 0;display:inline-block;"
@
click=
"showQuestionBank"
>
选择题库
</a>
<br
/>
<br
/>
<br
/>
<a
style=
"cursor:pointer;color:blue;margin:10px 0;display:inline-block;"
@
click=
"showExamTemplate"
>
选择模板
</a>
<br
/>
组卷题库(
<span
style=
"color:red;"
>
*
</span>
):
{{
ShowBankName
}}
<br
/>
<a
style=
"cursor:pointer;color:blue;margin:10px 0 10px 0;display:inline-block;"
@
click=
"showQuestionBank"
>
选择题库
</a>
<br
/>
<a
style=
"cursor:pointer;color:blue;margin-bottom:10px;display:inline-block;"
@
click=
"showExamTemplate"
>
选择模板
</a>
<br
/>
<div
class=
"row"
>
<q-input
filled
stack-label
maxlength=
"100"
:dense=
"false"
v-model=
"templateMsg.TemplateName"
class=
"col-6 q-pb-lg q-pr-lg"
label=
"试卷标题"
/>
...
...
@@ -57,7 +53,7 @@
<span>
<q-radio
v-model=
"item.ChooseType"
:val=
"1"
label=
"从题库选题"
/>
<template
v-if=
"item.ChooseType==1"
>
<span>
共
{{
item
.
QuestionTypeNum
}}
道 抽
<span
style=
"position:relative;top:2px;"
>
共
{{
item
.
QuestionTypeNum
}}
道 抽
<el-input
style=
"width:100px;"
size=
"small"
v-model=
"item.ChooseNum"
maxlength=
"5"
></el-input>
道
</span>
</
template
>
...
...
src/pages/exam/examManagement.vue
View file @
978ef702
...
...
@@ -53,12 +53,12 @@
<q-list>
<q-item
clickable
v-close-popup
@
click=
"CreatePaper()"
>
<q-item-section>
<q-item-label>
手
动组卷
</q-item-label>
<q-item-label>
自
动组卷
</q-item-label>
</q-item-section>
</q-item>
<q-item
clickable
v-close-popup
@
click=
"goExameEdit(null)"
>
<q-item-section>
<q-item-label>
自
动组卷
</q-item-label>
<q-item-label>
手
动组卷
</q-item-label>
</q-item-section>
</q-item>
</q-list>
...
...
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