|
@@ -72,7 +72,7 @@
|
|
|
</template>
|
|
|
<el-checkbox-group v-model="selectModel">
|
|
|
<el-row>
|
|
|
- <el-col :span="4" v-for="(i, index) in models.student" :key="`model-${index}`">
|
|
|
+ <el-col :span="6" v-for="(i, index) in models.student" :key="`model-${index}`">
|
|
|
<el-checkbox :label="i.zh" style="word-wrap: break-word">{{ i.zh }}</el-checkbox>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -273,7 +273,7 @@ export default {
|
|
|
this.$message.error('请重新上传或联系开发人员');
|
|
|
},
|
|
|
downloadTemplate() {
|
|
|
- window.open('/teacherScoreTemplate.xlsx');
|
|
|
+ window.open('/files/teacherScoreTemplate.xlsx');
|
|
|
},
|
|
|
// 打印教师
|
|
|
printView() {
|