|
@@ -1431,7 +1431,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div> -->
|
|
|
- <div class="tool" :class="{ isToolChoose: itemTool.tool.indexOf(68) != -1 }"
|
|
|
+ <!-- <div class="tool" :class="{ isToolChoose: itemTool.tool.indexOf(68) != -1 }"
|
|
|
@click="addTools(68, itemTaskIndex, toolIndex)">
|
|
|
<div class="whiteBIcon" @click.stop="
|
|
|
addTools(68, itemTaskIndex, toolIndex)
|
|
@@ -1441,7 +1441,7 @@
|
|
|
</div>
|
|
|
<div class="noCTool"><img src="../../../assets/icon/new/isToolC.png" alt="" /></div>
|
|
|
<div class="isCTool" v-if="itemTool.tool.indexOf(68) != -1"><img
|
|
|
- src="../../../assets/icon/new/isToolC.png" alt="" /></div>
|
|
|
+ src="../../../assets/icon/new/isToolC.png" alt="" /></div> -->
|
|
|
<!-- <div class="check" @click="
|
|
|
addTools(68, itemTaskIndex, toolIndex)
|
|
|
">
|
|
@@ -1451,7 +1451,7 @@
|
|
|
<img src="../../../assets/icon/checkedIs.png" alt /><span>已选择</span>
|
|
|
</div>
|
|
|
</div> -->
|
|
|
- </div>
|
|
|
+ <!-- </div> -->
|
|
|
<!-- <div class="tool">
|
|
|
<div class="whiteBIcon" @click="
|
|
|
addTools(28, itemTaskIndex, toolIndex)
|
|
@@ -3791,7 +3791,7 @@
|
|
|
<div v-for="(item2, checkIndex) in askJson.askJson[index1].askItem" :key="checkIndex"
|
|
|
style=" margin: 20px 10px 0 0;display: flex;align-items:center;position: relative;">
|
|
|
<div style="margin-right: 10px">
|
|
|
- 选项{{ checkIndex + 1 }}
|
|
|
+ {{ optionTypeList[checkIndex] }}
|
|
|
</div>
|
|
|
<textarea class="a_add_head_input textarea_css" v-autoHeight="40" v-model="askJson.askJson[index1].checkList[checkIndex]
|
|
|
" placeholder="请输入选项" style="width: 300px" @change="() => { $forceUpdate() }"></textarea>
|
|
@@ -3896,7 +3896,7 @@
|
|
|
<el-radio v-for="(item2, checkIndex) in testJson.testJson[index1]
|
|
|
.testItem" :key="checkIndex" :label="checkIndex">
|
|
|
<div style="margin-right: 10px">
|
|
|
- 选项{{ checkIndex + 1 }}
|
|
|
+ {{ optionTypeList[checkIndex] }}
|
|
|
</div>
|
|
|
<div style="margin-right: 10px; width: 300px" v-if="testJson.testJson[index1].checkList[checkIndex] &&
|
|
|
testJson.testJson[index1].checkList[checkIndex]
|
|
@@ -3949,7 +3949,7 @@
|
|
|
<el-checkbox v-for="(item2, checkIndex1) in testJson.testJson[index1]
|
|
|
.testItem" :key="checkIndex1" :label="checkIndex1">
|
|
|
<div style="margin-right: 10px">
|
|
|
- 选项{{ checkIndex1 + 1 }}
|
|
|
+ {{ optionTypeList[checkIndex1] }}
|
|
|
</div>
|
|
|
<div style="margin-right: 10px; width: 300px" v-if="testJson.testJson[index1].checkList[checkIndex1] &&
|
|
|
testJson.testJson[index1].checkList[checkIndex1]
|
|
@@ -4906,7 +4906,8 @@ export default {
|
|
|
typeIndex: "",
|
|
|
isdrag: '',
|
|
|
EnglishVoiceDialog: false,
|
|
|
- englishVoiceJson:{}
|
|
|
+ englishVoiceJson:{},
|
|
|
+ optionTypeList:['A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z']
|
|
|
};
|
|
|
},
|
|
|
directives: {
|
|
@@ -8706,7 +8707,7 @@ export default {
|
|
|
for (var z2 = z + 1; z2 < this.selectJson.select.length; z2++) {
|
|
|
let checkC2 = this.selectJson.select[z2];
|
|
|
if (checkC == checkC2) {
|
|
|
- this.$message.error(`选项${z + 1}和选项${z2 + 1}重复了,请修改!`);
|
|
|
+ this.$message.error(`选项${optionTypeList[z]}和选项${optionTypeList[z2]}重复了,请修改!`);
|
|
|
return;
|
|
|
}
|
|
|
}
|