Commit 39e9549c authored by zhengke's avatar zhengke

修改

parent 9f27aa21
...@@ -355,39 +355,39 @@ ...@@ -355,39 +355,39 @@
课后总结 课后总结
</div> </div>
</div> </div>
<template v-if="(LessonPlanNum>0&&LessonPlanSummaryNum>0) || this.data.LessonPlanList[0].Summary!=''"> <template v-if="LessonPlanNum>0&&LessonPlanSummaryNum==0">
<div class="text14-o q-pa-md Pre-ComBg rounded-borders" style="margin-top:10px;background-color:rgb(251, 246, 240)">{{conclusion}}</div> <q-input type="textarea" filled label="课后总结" v-model="conclusion" :rows="3" style="flex:1;margin-top:20px;" />
<div style="display:flex;flex-wrap: wrap;margin-top:20px;"> <div style="display:flex;flex-wrap: wrap;margin-top:20px;">
<div v-if="ImgList.length>0" v-for="(item,index) in ImgList"> <div v-if="ImgList.length>0" v-for="(item,index) in ImgList">
<div class="pre-ImgDiv"> <div class="pre-ImgDiv">
<el-image <el-image
style="height: 100%;height:100%" style="height: 100%;height:100%"
:src="item" :src="item"
fit="cover" fit="cover"
:preview-src-list="ImgList"></el-image> :preview-src-list="ImgList"></el-image>
<q-btn size="7px" @click="deleteItemImg(index)" style="position:absolute;right:-5px;top:-5px;" round
color="red" icon="iconfont icon-guanbi1" />
</div> </div>
</div> </div>
<el-upload action="" class="avatar-uploader prepareDuty" :before-upload="uploadFile"
:show-file-list="false">
<i class="el-icon-plus avatar-uploader-icon"></i>
</el-upload>
</div> </div>
</template> </template>
<template v-else> <template v-else>
<q-input type="textarea" filled label="课后总结" v-model="conclusion" :rows="3" style="flex:1;margin-top:20px;" /> <div class="text14-o q-pa-md Pre-ComBg rounded-borders" style="margin-top:10px;background-color:rgb(251, 246, 240)">{{conclusion}}</div>
<div style="display:flex;flex-wrap: wrap;margin-top:20px;"> <div style="display:flex;flex-wrap: wrap;margin-top:20px;">
<div v-if="ImgList.length>0" v-for="(item,index) in ImgList"> <div v-if="ImgList.length>0" v-for="(item,index) in ImgList">
<div class="pre-ImgDiv"> <div class="pre-ImgDiv">
<el-image <el-image
style="height: 100%;height:100%" style="height: 100%;height:100%"
:src="item" :src="item"
fit="cover" fit="cover"
:preview-src-list="ImgList"></el-image> :preview-src-list="ImgList"></el-image>
<q-btn size="7px" @click="deleteItemImg(index)" style="position:absolute;right:-5px;top:-5px;" round
color="red" icon="iconfont icon-guanbi1" />
</div> </div>
</div> </div>
<el-upload action="" class="avatar-uploader prepareDuty" :before-upload="uploadFile"
:show-file-list="false">
<i class="el-icon-plus avatar-uploader-icon"></i>
</el-upload>
</div> </div>
</template> </template>
</div> </div>
...@@ -595,11 +595,10 @@ ...@@ -595,11 +595,10 @@
if (a > 0) { if (a > 0) {
this.isUpData = false; this.isUpData = false;
} }
console.log(this.data.LessonPlanList[0].ProjectPicList,'this.data.LessonPlanList[0].ProjectPicList');
if(this.data.LessonPlanList&&this.data.LessonPlanList.length>0){ if(this.data.LessonPlanList&&this.data.LessonPlanList.length>0){
this.conclusion = this.data.LessonPlanList[0].Summary; this.conclusion = this.data.LessonPlanList[0].Summary;
this.ImgList = this.data.LessonPlanList[0].ProjectPicList; this.ImgList = this.data.LessonPlanList[0].ProjectPicList;
this.isShowBtn=false // this.isShowBtn=false
} }
} }
}) })
...@@ -667,6 +666,10 @@ ...@@ -667,6 +666,10 @@
position: 'top' position: 'top'
}) })
this.getList(); this.getList();
var tempStr = '/course/teacherLesson'
this.$router.push({
path: tempStr
});
} }
}) })
}, },
......
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