baoman
/
Ezquiz_Platform
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
94c6aacc58162bbae7c19066f48ad1911806b083
Authored by
梁保满
2023-06-07 16:33:22 +0800
1 parent
2abf89f9
驾驶角色key重复问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/standard/setUp/teacher.vue
src/views/standard/setUp/teacher.vue
View file @
94c6aac
...
...
@@ -193,7 +193,7 @@
193
193
<li
194
194
class="grade-li"
195
195
v-for="item in teacherDetail.teacherCourseList"
196
- :key="item.classId
"
196
+ :key="item.classId
+item.subjectName
"
197
197
>
198
198
<el-popconfirm
199
199
title="确定删除吗?"
...
...