|
@@ -119,34 +119,20 @@
|
|
|
<div class="edit-header-bottom box-justify">
|
|
|
<div>
|
|
|
<el-button
|
|
|
- plain
|
|
|
size="small"
|
|
|
icon="el-icon-circle-plus"
|
|
|
@click="addBigQuestion"
|
|
|
>
|
|
|
新增大题
|
|
|
</el-button>
|
|
|
- <el-button plain size="small" @click="toViewStructInfo">
|
|
|
+ <el-button size="small" @click="toViewStructInfo">
|
|
|
试卷结构分析
|
|
|
</el-button>
|
|
|
- <!-- <el-button plain size="small" @click="toViewBaseInfo">
|
|
|
- 基础构成
|
|
|
- </el-button>
|
|
|
- <el-button plain size="small" @click="toViewQuestypeInfo">
|
|
|
- 题型分布
|
|
|
- </el-button>
|
|
|
- <el-button plain size="small" @click="toViewBlueInfo">
|
|
|
- 蓝图分布
|
|
|
- </el-button> -->
|
|
|
- <!-- <el-button plain size="small" @click="toViewAuditInfo">
|
|
|
- 审核记录
|
|
|
- </el-button> -->
|
|
|
<el-button
|
|
|
v-if="
|
|
|
enableCardEdit &&
|
|
|
authButtons.includes('exam_paper_manager-edit_card')
|
|
|
"
|
|
|
- plain
|
|
|
size="small"
|
|
|
@click="toEditCard"
|
|
|
>
|
|
@@ -160,7 +146,6 @@
|
|
|
"
|
|
|
type="danger"
|
|
|
size="small"
|
|
|
- plain
|
|
|
class="maintain"
|
|
|
@click="toDeletCard"
|
|
|
>
|
|
@@ -169,59 +154,27 @@
|
|
|
</div>
|
|
|
<div>
|
|
|
<el-button size="small" @click="toViewLog">试卷修改记录</el-button>
|
|
|
- <tool-tip-btn
|
|
|
- name="shenhejilu"
|
|
|
- content="审核记录"
|
|
|
- @click="toViewAuditInfo"
|
|
|
- ></tool-tip-btn>
|
|
|
- <tool-tip-btn
|
|
|
- name="yulan"
|
|
|
- content="生成试卷"
|
|
|
- @click="previewPDF2"
|
|
|
- ></tool-tip-btn>
|
|
|
- <tool-tip-btn
|
|
|
+ <el-button name="shenhejilu" @click="toViewAuditInfo"
|
|
|
+ >审核记录</el-button
|
|
|
+ >
|
|
|
+ <el-button name="yulan" @click="previewPDF2">生成试卷</el-button>
|
|
|
+ <el-button
|
|
|
name="shuxingyincangxianshi"
|
|
|
- :content="(quesTagShow ? '隐藏' : '显示') + '属性'"
|
|
|
@click="toSwitchQuesTagShowHide"
|
|
|
- ></tool-tip-btn>
|
|
|
- <tool-tip-btn
|
|
|
+ >{{ (quesTagShow ? "隐藏" : "显示") + "属性" }}</el-button
|
|
|
+ >
|
|
|
+ <el-button
|
|
|
name="daochu"
|
|
|
- content="导出试卷蓝图"
|
|
|
:disabled="downloading"
|
|
|
@click="toExportPaperBlue"
|
|
|
- ></tool-tip-btn>
|
|
|
- <tool-tip-btn
|
|
|
- name="daanyincangxianshi"
|
|
|
- :content="(quesAnswerShow ? '隐藏' : '显示') + '答案'"
|
|
|
- @click="toSwitchQuesAnswerShowHide"
|
|
|
- ></tool-tip-btn>
|
|
|
- <!-- <el-button size="small" type="primary" plain @click="previewPDF2"
|
|
|
- >预览</el-button
|
|
|
- > -->
|
|
|
- <!-- <el-button
|
|
|
- type="primary"
|
|
|
- size="small"
|
|
|
- plain
|
|
|
- @click="toSwitchQuesTagShowHide"
|
|
|
- >
|
|
|
- {{ quesTagShow ? "隐藏" : "显示" }}属性
|
|
|
- </el-button> -->
|
|
|
- <!-- <el-button
|
|
|
- size="small"
|
|
|
- type="primary"
|
|
|
- plain
|
|
|
- :loading="downloading"
|
|
|
- @click="toExportPaperBlue"
|
|
|
>导出试卷蓝图</el-button
|
|
|
- > -->
|
|
|
- <!-- <el-button
|
|
|
- type="primary"
|
|
|
- size="small"
|
|
|
- plain
|
|
|
+ >
|
|
|
+ <el-button
|
|
|
+ name="daanyincangxianshi"
|
|
|
@click="toSwitchQuesAnswerShowHide"
|
|
|
>
|
|
|
- {{ quesAnswerShow ? "隐藏" : "显示" }}答案
|
|
|
- </el-button> -->
|
|
|
+ {{ (quesAnswerShow ? "隐藏" : "显示") + "答案" }}
|
|
|
+ </el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|