Commit 7d9441ac authored by zhengke's avatar zhengke

修改

parent 8f35aee6
......@@ -251,7 +251,7 @@
<div class="List-con1" v-for="(gItem,gIndex) in DataObj.GroupList" :key="gIndex">
<div class="List-bt">
<strong class="f1">
<template v-if="!gItem.isShowEdit">{{gIndex+1}}{{gItem.GroupName}}</template>
<template v-if="!gItem.isShowEdit">{{gIndex+1}}&nbsp;{{gItem.GroupName}}</template>
<template v-else>
<input style="width:160px;margin-right:10px;" v-model="gItem.GroupName" />
<input style="width:40px;" filled v-model="gItem.GSortNum" />
......@@ -706,6 +706,7 @@
LevelType: 1, //考级程度
Score: 0, //分数
GroupName: "", //分组名称
ShowTitle: ''
};
return objOption;
},
......@@ -807,7 +808,7 @@
qArray.forEach(eItem => {
var qObj = this.getDetailsObj();
qObj.QuestionId = eItem.QuestionId;
qObj.Title = eItem.Title;
qObj.Title = eItem.SourceTitle;
qObj.QuestionContent = eItem.QuestionContent;
qObj.DifficultyType = eItem.DifficultyType;
qObj.AnswerParse = eItem.AnswerParse;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment