Merge pull request 'fix:看不了学生信息;' (#169) from yangws into main
Reviewed-on: #169
This commit is contained in:
commit
7bb8d2afeb
|
@ -13,7 +13,7 @@
|
||||||
<div>
|
<div>
|
||||||
<div class="studentContent">
|
<div class="studentContent">
|
||||||
<template v-if="studentList.length > 0">
|
<template v-if="studentList.length > 0">
|
||||||
<div v-for="(item,index) in studentList" :key="index" style="width: 10%" @click="addStudent(item.studentid)">
|
<div v-for="(item,index) in studentList" :key="index" style="width: 10%">
|
||||||
<div>
|
<div>
|
||||||
<el-avatar
|
<el-avatar
|
||||||
src="https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png"
|
src="https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png"
|
||||||
|
|
Loading…
Reference in New Issue