Commit 9ecb67cd by lizhi

优化

parent a8a7c893
...@@ -235,14 +235,14 @@ ...@@ -235,14 +235,14 @@
<el-table-column label="成绩模板" align="center"> <el-table-column label="成绩模板" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <!-- <el-button
v-if="scope.row.auditSchool == '上海理工大学'" v-if="scope.row.auditSchool == '上海理工大学'"
@click=" @click="
output(scope.row.userId, scope.row.termCourseId, scope.row.name) output(scope.row.userId, scope.row.termCourseId, scope.row.name)
" "
type="mini" type="mini"
>导出</el-button >导出</el-button
> > -->
<el-button <el-button
v-if="scope.row.auditSchool == '上海理工大学'" v-if="scope.row.auditSchool == '上海理工大学'"
@click=" @click="
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
) )
" "
type="mini" type="mini"
>导出</el-button >导出</el-button
> >
</template> </template>
</el-table-column> </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