Commit ee3300ec authored by 罗超's avatar 罗超

2

parent 15d8746d
......@@ -9,7 +9,7 @@
<q-field filled label="教室" stack-label class="col-6">
<template v-slot:control>
<div>{{ saveObj.RoomName }}</div>
<q-btn color="accent" size="xs" label="修改" v-if="auth.IsEdit" @click="modifyRoom" class="q-ml-md" />
<q-btn color="accent" size="xs" label="修改" v-if="auth.IsEdit&&saveObj.ClassType==3" @click="modifyRoom" class="q-ml-md" />
</template>
</q-field>
<q-field filled label="课程" stack-label class="col-6">
......
......@@ -225,7 +225,7 @@
this.allStuList = [];
this.stuMsg_v2.StuName = "";
this.checkChapter = {};
if(this.editType==2){
if(this.editType==2&&this.saveObj.ClassType==3){
this.getScrollCourseChapterName()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment