|
@@ -31,14 +31,14 @@
|
|
|
</el-form>
|
|
|
<div class="part-box-action">
|
|
|
<el-button
|
|
|
- v-if="checkPrivilege('button', 'add')"
|
|
|
+ v-if="checkPrivilege('button', 'Export')"
|
|
|
type="primary"
|
|
|
@click="toExport"
|
|
|
>
|
|
|
导出评卷员工作量
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
- v-if="checkPrivilege('button', 'add')"
|
|
|
+ v-if="checkPrivilege('button', 'BatchFinish')"
|
|
|
type="primary"
|
|
|
:disabled="!multipleSelection.length"
|
|
|
@click="toBatchFinish"
|
|
@@ -80,14 +80,14 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
- v-if="checkPrivilege('link', 'Submit')"
|
|
|
+ v-if="checkPrivilege('link', 'Detail')"
|
|
|
class="btn-primary"
|
|
|
type="text"
|
|
|
@click="toDetail(scope.row)"
|
|
|
>查看详情</el-button
|
|
|
>
|
|
|
<el-button
|
|
|
- v-if="checkPrivilege('link', 'Submit')"
|
|
|
+ v-if="checkPrivilege('link', 'Finish')"
|
|
|
class="btn-primary"
|
|
|
type="text"
|
|
|
@click="toSimpleFinish(scope.row)"
|