教学管理调整

This commit is contained in:
fan 2021-03-25 16:08:44 +08:00
parent c1580ca6ea
commit bffb689e72
3 changed files with 3 additions and 6 deletions

View File

@ -49,7 +49,7 @@ export default {
this.title = '编辑班级名称'; this.title = '编辑班级名称';
} else { } else {
this.isEdit = false; this.isEdit = false;
this.title = '创建课程'; this.title = '新建班级';
} }
this.dialogShow = true; this.dialogShow = true;
}, },

View File

@ -89,10 +89,7 @@ export default {
{ {
name: '排课', name: '排课',
handleClick: this.handleBindLesson, handleClick: this.handleBindLesson,
type: 'primary', type: 'primary'
showControl: (row) => {
return row.creatorId == this.userId;
}
}, },
{ {
name: '删除', name: '删除',

View File

@ -10,7 +10,7 @@
@submit.native.prevent @submit.native.prevent
> >
<el-form-item label="班级:" prop="orgIds"> <el-form-item label="班级:" prop="orgIds">
<el-tooltip class="item" effect="dark" content="此处班级是根据规则中涉及到的课程和考试筛选后的" placement="top-start"> <el-tooltip class="item" effect="dark" content="此处班级经过规则中涉及到的课程和考试筛选处理" placement="top-start">
<i class="el-icon-info" /> <i class="el-icon-info" />
</el-tooltip> </el-tooltip>
<el-select v-model="editModel.orgIds" multiple placeholder="请选择"> <el-select v-model="editModel.orgIds" multiple placeholder="请选择">