|
@@ -375,6 +375,7 @@
|
|
size="mini"
|
|
size="mini"
|
|
></el-input-number>
|
|
></el-input-number>
|
|
</div>
|
|
</div>
|
|
|
|
+ <Paper-sort></Paper-sort>
|
|
<div class="margin_bs" v-if="examsType === 2">
|
|
<div class="margin_bs" v-if="examsType === 2">
|
|
答卷时长:
|
|
答卷时长:
|
|
<el-radio-group v-model="djTimeType">
|
|
<el-radio-group v-model="djTimeType">
|
|
@@ -425,6 +426,7 @@
|
|
<el-table
|
|
<el-table
|
|
ref="multipleTables"
|
|
ref="multipleTables"
|
|
:data="boxtableDataPags"
|
|
:data="boxtableDataPags"
|
|
|
|
+ max-height="600"
|
|
border
|
|
border
|
|
@select-all="selectAllPags"
|
|
@select-all="selectAllPags"
|
|
@select="selectPags"
|
|
@select="selectPags"
|
|
@@ -681,6 +683,7 @@ import tableList from "@/components/tableList";
|
|
import busIns from "@/components/busIns";
|
|
import busIns from "@/components/busIns";
|
|
import questionBank from "@/components/questionBank";
|
|
import questionBank from "@/components/questionBank";
|
|
import BatchImportPop from "../../BatchImportPop.vue";
|
|
import BatchImportPop from "../../BatchImportPop.vue";
|
|
|
|
+import PaperSort from "../../PaperSort.vue"
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
searchBoxNew,
|
|
searchBoxNew,
|
|
@@ -689,6 +692,7 @@ export default {
|
|
busIns,
|
|
busIns,
|
|
questionBank,
|
|
questionBank,
|
|
BatchImportPop,
|
|
BatchImportPop,
|
|
|
|
+ PaperSort
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
@@ -889,7 +893,7 @@ export default {
|
|
sujectApisTable: [],
|
|
sujectApisTable: [],
|
|
newSujectApisTable: [],
|
|
newSujectApisTable: [],
|
|
// -------------------------------------
|
|
// -------------------------------------
|
|
- diansBoxStatus: false,
|
|
|
|
|
|
+ diansBoxStatus: !false,
|
|
boxtableDataPags: [],
|
|
boxtableDataPags: [],
|
|
tableSetTablesPags: [
|
|
tableSetTablesPags: [
|
|
{
|
|
{
|
|
@@ -1064,7 +1068,6 @@ export default {
|
|
this.localStart = false;
|
|
this.localStart = false;
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
-
|
|
|
|
backData(arr) {
|
|
backData(arr) {
|
|
this.tableData = this.tableData.concat(arr);
|
|
this.tableData = this.tableData.concat(arr);
|
|
},
|
|
},
|
|
@@ -1740,7 +1743,7 @@ export default {
|
|
score: self.tableData[i].score,
|
|
score: self.tableData[i].score,
|
|
partScore: self.tableData[i].partScore,
|
|
partScore: self.tableData[i].partScore,
|
|
});
|
|
});
|
|
- }
|
|
|
|
|
|
+ }
|
|
var data = {
|
|
var data = {
|
|
examId: this.$route.query.id,
|
|
examId: this.$route.query.id,
|
|
questionList: arrs,
|
|
questionList: arrs,
|