哪位帮我看看哪里错了

添加学生 删除学生
班级姓名性别年龄学号
{{item.grade}}{{item.name}}{{item.gender}}{{item.age}}{{item.gradeId}}

代码

您好,我是有问必答小助手,您的问题已经有小伙伴帮您解答,感谢您对有问必答的支持与关注!
PS:问答VIP年卡 【限时加赠:IT技术图书免费领】,了解详情>>> https://vip.csdn.net/askvip?utm_source=1146287632

看起来像是你把 students 当数组使用了,但是students实际上是 object

img