|
@@ -42,7 +42,7 @@
|
|
label="试卷编号"
|
|
label="试卷编号"
|
|
min-width="140"
|
|
min-width="140"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
- <el-table-column prop="percent" label="参考人数" width="100">
|
|
|
|
|
|
+ <el-table-column prop="studentCount" label="参考人数" width="100">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
class-name="action-column"
|
|
class-name="action-column"
|
|
@@ -52,14 +52,14 @@
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button
|
|
<el-button
|
|
- v-if="checkPrivilege('link', 'Submit')"
|
|
|
|
|
|
+ v-if="checkPrivilege('link', 'Detail')"
|
|
class="btn-primary"
|
|
class="btn-primary"
|
|
type="text"
|
|
type="text"
|
|
@click="toDetail(scope.row)"
|
|
@click="toDetail(scope.row)"
|
|
>查看详情</el-button
|
|
>查看详情</el-button
|
|
>
|
|
>
|
|
<el-button
|
|
<el-button
|
|
- v-if="checkPrivilege('link', 'Submit')"
|
|
|
|
|
|
+ v-if="checkPrivilege('link', 'PackageDetail')"
|
|
class="btn-primary"
|
|
class="btn-primary"
|
|
type="text"
|
|
type="text"
|
|
@click="toViewSign(scope.row)"
|
|
@click="toViewSign(scope.row)"
|