删除了上课学生显示id

This commit is contained in:
luyuan 2020-11-03 11:10:01 +08:00
parent 829803dffe
commit 81895edf3d
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

@ -9,7 +9,7 @@
<div style="display: flex">
<img :src="i.img" alt="" />
<div class="stuinfo">
<div>{{ i.name }} {{zid}}</div>
<div>{{ i.name }}</div>
<div class="lessonname">{{ i.interest }}</div>
</div>
</div>