@@ -9,7 +9,7 @@
<template v-else>
<el-row>
<el-col :span="3" style="margin:5px 10px">
- <el-button type="text" size="mini" icon="el-icon-arrow-left" @click="view = 'list'">返回</el-button>
+ <el-button type="text" size="mini" icon="el-icon-arrow-left" @click="view = 'list'">返回班级列表</el-button>
</el-col>
</el-row>
<van-panel title="进度" :status="`${student.answertotal || 0}/${student.alltotal || 0}`">