|
@@ -96,7 +96,9 @@
|
|
|
>编辑</el-button
|
|
|
>
|
|
|
<el-button
|
|
|
- v-if="checkPrivilege('link', 'Set')"
|
|
|
+ v-if="
|
|
|
+ checkPrivilege('link', 'Set') && scope.row.examModel != 'MODEL4'
|
|
|
+ "
|
|
|
class="btn-primary"
|
|
|
type="text"
|
|
|
@click="toEditConfig(scope.row)"
|
|
@@ -206,7 +208,7 @@ export default {
|
|
|
this.$refs.ModifyExam.open();
|
|
|
},
|
|
|
examModified({ isEdit, exam }) {
|
|
|
- if (!isEdit) {
|
|
|
+ if (!isEdit && exam.examModel != "MODEL4") {
|
|
|
this.toEditConfig(exam);
|
|
|
}
|
|
|
this.getList();
|