|
@@ -25,7 +25,12 @@
|
|
<tr>
|
|
<tr>
|
|
<th>试卷类型</th>
|
|
<th>试卷类型</th>
|
|
<th>试卷文件</th>
|
|
<th>试卷文件</th>
|
|
- <th>答题卡</th>
|
|
|
|
|
|
+ <th>
|
|
|
|
+ 答题卡
|
|
|
|
+ <span v-if="examTaskInstr" class="tips-markedness">
|
|
|
|
+ ({{ examTaskInstr }})
|
|
|
|
+ </span>
|
|
|
|
+ </th>
|
|
<th v-if="taskStatus.IS_APPLY && !taskStatus.IS_REBUILD">操作</th>
|
|
<th v-if="taskStatus.IS_APPLY && !taskStatus.IS_REBUILD">操作</th>
|
|
</tr>
|
|
</tr>
|
|
<tr v-for="(attachment, index) in paperAttachments" :key="index">
|
|
<tr v-for="(attachment, index) in paperAttachments" :key="index">
|
|
@@ -455,6 +460,8 @@ export default {
|
|
attachmentLimitCount: 26,
|
|
attachmentLimitCount: 26,
|
|
abc: "abcdefghijklmnopqrstuvwxyz".toUpperCase(),
|
|
abc: "abcdefghijklmnopqrstuvwxyz".toUpperCase(),
|
|
cards: [],
|
|
cards: [],
|
|
|
|
+ examTaskInstr: this.$ls.get("schoolInfo", { examTaskInstr: "" })
|
|
|
|
+ .examTaskInstr,
|
|
// card-build
|
|
// card-build
|
|
cardBuildPresetData: {},
|
|
cardBuildPresetData: {},
|
|
// image-preview
|
|
// image-preview
|