|
@@ -5,6 +5,7 @@
|
|
<template v-if="checkPrivilege('condition', 'condition')">
|
|
<template v-if="checkPrivilege('condition', 'condition')">
|
|
<secp-select
|
|
<secp-select
|
|
v-model="filter"
|
|
v-model="filter"
|
|
|
|
+ defaultSelectExam
|
|
@semester-default="search"
|
|
@semester-default="search"
|
|
></secp-select>
|
|
></secp-select>
|
|
</template>
|
|
</template>
|
|
@@ -79,14 +80,14 @@
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button
|
|
<el-button
|
|
- v-if="checkPrivilege('link', 'Submit')"
|
|
|
|
|
|
+ v-if="checkPrivilege('link', 'MarkParamSetting')"
|
|
class="btn-primary"
|
|
class="btn-primary"
|
|
type="text"
|
|
type="text"
|
|
@click="toSetParams(scope.row)"
|
|
@click="toSetParams(scope.row)"
|
|
>评卷参数设置</el-button
|
|
>评卷参数设置</el-button
|
|
>
|
|
>
|
|
<el-button
|
|
<el-button
|
|
- v-if="checkPrivilege('link', 'Submit')"
|
|
|
|
|
|
+ v-if="checkPrivilege('link', 'MarkConfig')"
|
|
class="btn-primary"
|
|
class="btn-primary"
|
|
type="text"
|
|
type="text"
|
|
@click="toModifySetting(scope.row)"
|
|
@click="toModifySetting(scope.row)"
|