Commit 978ef702 authored by zhengke's avatar zhengke

修改

parent 6a289131
......@@ -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>
&nbsp;&nbsp;</span>
</template>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment