|
@@ -2109,6 +2109,7 @@
|
|
|
<div v-if="
|
|
|
tool.tool.indexOf(49) != -1
|
|
|
" class="xuan_right_box">
|
|
|
+ <div v-if="courseDetail.userid == userid" style="display: flex;justify-content: flex-end;"><el-button type="primary" size="small" @click="addTools(49, toolIndex, taskCount)">分组设置</el-button></div>
|
|
|
<div v-if="groupStudentUid[toolIndex]" class="group_staic_box">
|
|
|
<div v-for="(gp, gd) in tool.groupJson.group" :key="gd" class="group_staic">
|
|
|
<span> {{ gp.name }}</span>
|