mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
隐藏分页符
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
<el-form-item>
|
||||
<el-button type="primary" @click="selectQuery()">搜索</el-button>
|
||||
<!-- <el-button type="primary" size="mini" @click="randomTest.showRandom = true">批量导入</el-button> -->
|
||||
<el-button @click="addPageBreak" type="primary" size="mini">分页符</el-button>
|
||||
<!-- <el-button @click="addPageBreak" type="primary" size="mini">分页符</el-button> -->
|
||||
</el-form-item>
|
||||
<el-form-item><el-checkbox v-model="qpaper.optShow">选项</el-checkbox></el-form-item>
|
||||
</el-form>
|
||||
@@ -454,7 +454,7 @@ export default {
|
||||
this.qlib.type= '';
|
||||
this.qlib.title= '';
|
||||
this.paperLength=0;
|
||||
this.question.all = false;
|
||||
this.question.all =
|
||||
this.question.list =[];
|
||||
this.question.checkQuest = [];
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user