教学管理调整
This commit is contained in:
parent
c1580ca6ea
commit
bffb689e72
@ -49,7 +49,7 @@ export default {
|
||||
this.title = '编辑班级名称';
|
||||
} else {
|
||||
this.isEdit = false;
|
||||
this.title = '创建课程';
|
||||
this.title = '新建班级';
|
||||
}
|
||||
this.dialogShow = true;
|
||||
},
|
||||
|
@ -89,10 +89,7 @@ export default {
|
||||
{
|
||||
name: '排课',
|
||||
handleClick: this.handleBindLesson,
|
||||
type: 'primary',
|
||||
showControl: (row) => {
|
||||
return row.creatorId == this.userId;
|
||||
}
|
||||
type: 'primary'
|
||||
},
|
||||
{
|
||||
name: '删除',
|
||||
|
@ -10,7 +10,7 @@
|
||||
@submit.native.prevent
|
||||
>
|
||||
<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" />
|
||||
</el-tooltip>
|
||||
<el-select v-model="editModel.orgIds" multiple placeholder="请选择">
|
||||
|
Loading…
Reference in New Issue
Block a user