Commit 9ecb67cd by lizhi

优化

parent a8a7c893
......@@ -235,14 +235,14 @@
<el-table-column label="成绩模板" align="center">
<template slot-scope="scope">
<el-button
<!-- <el-button
v-if="scope.row.auditSchool == '上海理工大学'"
@click="
output(scope.row.userId, scope.row.termCourseId, scope.row.name)
"
type="mini"
>导出</el-button
>
> -->
<el-button
v-if="scope.row.auditSchool == '上海理工大学'"
@click="
......@@ -253,7 +253,7 @@
)
"
type="mini"
>导出</el-button
>导出</el-button
>
</template>
</el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment