Commit 36ab9349 authored by zhengke's avatar zhengke

1

parent 3edac571
......@@ -101,6 +101,7 @@
border-radius: 5px;
border: 1px dashed #E2E2E2;
margin-top: 10px;
cursor: pointer;
}
.lessonPreparation .cont{
padding: 1px;
......@@ -115,7 +116,9 @@
}
.lessonPreparation .cont:hover .Less_Delete{
display: inline-block;
}
.lessonPreparation .edui-editor{
z-index:99!important;
}
</style>
<template>
......@@ -145,8 +148,8 @@
指導内容
</div>
<div style="" v-for="(item,index) in addMsg.LessonPlanList">
<q-input filled stack-label maxlength="50" v-model="item.CourseName" :dense="false" disable
class="col-12 q-pb-lg" label="指導項目" />
<q-input filled stack-label maxlength="50" v-model="item.CourseTitle" :dense="false"
class="col-12 q-pb-lg" :label="item.CourseName+'項目'" />
</div>
<div class="teach_Content">
指導項目
......@@ -178,20 +181,6 @@
<!-- <div class="teach_Content">-->
<!-- 教案详情-->
<!-- </div>-->
......@@ -237,7 +226,6 @@
<div style="margin-top:30px;">
<span class="beikeModule" @click="saveInfo(1)">存为模板</span>
<q-btn label="提交" size="md" color="accent q-px-md" @click="saveInfo()" />
<!-- <span class="beikeBtn" @click="saveInfo(0)">提交</span> -->
</div>
<lessoncheck-form v-if="IsShowLessForm" @close="closeTeachSaveForm"
@success="refreshPage">
......@@ -380,8 +368,8 @@
this.IsShowLessForm=true;
},
//获取选择模板数据
refreshPage(){
refreshPage(val){
console.log(val,'val');
},
//提交
saveInfo(num) {
......
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