Commit 94c6aacc58162bbae7c19066f48ad1911806b083
1 parent
2abf89f9
驾驶角色key重复问题
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/standard/setUp/teacher.vue
@@ -193,7 +193,7 @@ | @@ -193,7 +193,7 @@ | ||
193 | <li | 193 | <li |
194 | class="grade-li" | 194 | class="grade-li" |
195 | v-for="item in teacherDetail.teacherCourseList" | 195 | v-for="item in teacherDetail.teacherCourseList" |
196 | - :key="item.classId" | 196 | + :key="item.classId+item.subjectName" |
197 | > | 197 | > |
198 | <el-popconfirm | 198 | <el-popconfirm |
199 | title="确定删除吗?" | 199 | title="确定删除吗?" |