Commit 4359cafe authored by 黄奎's avatar 黄奎

页面修改

parent 62862732
......@@ -329,7 +329,9 @@ namespace Edu.WebApi.Controllers.Exam
TemplateDifficultyTypeName = item.TemplateDifficultyType.ToName(),
TemplateData = templist,
item.TemplateBankIds,
QuestionStructure = QuestionStructure.TrimStart(';')
QuestionStructure = QuestionStructure.TrimStart(';'),
item.GroupType,
GroupTypeName=item.GroupType.ToName(),
});
}
pageModel.Count = rowsCount;
......
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