|
|
@@ -15,10 +15,6 @@
|
|
|
<c-input placeholder="修改不会影响已选学生" v-model="newCode"/>
|
|
|
<c-button text theme="green" icon="check">确认</c-button>
|
|
|
</div>
|
|
|
- <full-screen-form v-if="showNoticeForm">
|
|
|
- lorem
|
|
|
- </full-screen-form>
|
|
|
- <c-button theme="green" @click="showNoticeForm = true">插槽</c-button>
|
|
|
<c-button icon="list" theme="blue" block class="mb-16" @click="handleCheckSlideList">课件列表</c-button>
|
|
|
<c-button icon="delete" theme="red" block @click="handleDeleteCourse">删除课程</c-button>
|
|
|
</tab-side-component>
|
|
|
@@ -34,10 +30,9 @@ import { modifyCourse, removeCourse } from '@/server/course'
|
|
|
import CourseDetail from '@/components/Details/CourseDetail'
|
|
|
import momentFromNow from '@/utils/moment-from-now'
|
|
|
import ShowTransition from '@/animations/ShowTransition'
|
|
|
-import FullScreenForm from '@/components/Basic/FullScreenForm'
|
|
|
|
|
|
export default {
|
|
|
- components: { FullScreenForm, CourseDetail, BackTitle, CButton, CInput, TabSideComponent, ShowTransition },
|
|
|
+ components: { CourseDetail, BackTitle, CButton, CInput, TabSideComponent, ShowTransition },
|
|
|
data () {
|
|
|
return {
|
|
|
newCode: '',
|