|
@@ -117,6 +117,14 @@
|
|
>
|
|
>
|
|
修改
|
|
修改
|
|
</el-button>
|
|
</el-button>
|
|
|
|
+ <el-button
|
|
|
|
+ v-if="rolePrivileges.update_exam"
|
|
|
|
+ size="mini"
|
|
|
|
+ type="info"
|
|
|
|
+ @click="editOrgSettings(scope.row);"
|
|
|
|
+ >
|
|
|
|
+ 学习中心特殊设置
|
|
|
|
+ </el-button>
|
|
<el-button
|
|
<el-button
|
|
v-if="
|
|
v-if="
|
|
!scope.row.enable &&
|
|
!scope.row.enable &&
|
|
@@ -341,6 +349,13 @@ export default {
|
|
this.$router.push({ path: "/examwork/printExam/" + row.id });
|
|
this.$router.push({ path: "/examwork/printExam/" + row.id });
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ editOrgSettings(row) {
|
|
|
|
+ if (row.examType == "OFFLINE") {
|
|
|
|
+ this.$router.push({
|
|
|
|
+ path: "/examwork/offlineExamOrgSettings/" + row.id
|
|
|
|
+ });
|
|
|
|
+ }
|
|
|
|
+ },
|
|
showExamCourseSettingsDialog(row) {
|
|
showExamCourseSettingsDialog(row) {
|
|
this.$router.push({ path: "/examwork/examCourseSettings/" + row.id });
|
|
this.$router.push({ path: "/examwork/examCourseSettings/" + row.id });
|
|
},
|
|
},
|