|
@@ -203,7 +203,7 @@
|
|
<Button :loading="btnLoading" @click="confirmCreateList" long type="primary" class="confirm-btn">{{ $t('syllabus.confirm') }}</Button>
|
|
<Button :loading="btnLoading" @click="confirmCreateList" long type="primary" class="confirm-btn">{{ $t('syllabus.confirm') }}</Button>
|
|
</div>
|
|
</div>
|
|
</Modal>
|
|
</Modal>
|
|
- <!-- 创建名单 -->
|
|
|
|
|
|
+ <!-- CC开课 -->
|
|
<Modal v-model="startCusStatus" width="600" footer-hide className="ed-name-modal">
|
|
<Modal v-model="startCusStatus" width="600" footer-hide className="ed-name-modal">
|
|
<div slot="header" class="modal-header">
|
|
<div slot="header" class="modal-header">
|
|
{{$t('cusMgt.cc1')}}
|
|
{{$t('cusMgt.cc1')}}
|
|
@@ -635,7 +635,6 @@ export default {
|
|
students: s.students,
|
|
students: s.students,
|
|
time: []
|
|
time: []
|
|
})
|
|
})
|
|
- this.courseListShow.push(this._.cloneDeep(s))
|
|
|
|
this.btnLoading = true
|
|
this.btnLoading = true
|
|
this.updCusInfo()
|
|
this.updCusInfo()
|
|
this.listId = ''
|
|
this.listId = ''
|