Commit 4eb26569 authored by 罗超's avatar 罗超

1

parent afb21c0a
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
</div> </div>
</div> </div>
<!-- <template v-if="LessonPlanNum>0&&LessonPlanSummaryNum==0"> --> <!-- <template v-if="LessonPlanNum>0&&LessonPlanSummaryNum==0"> -->
<template v-if="(data.BeiKeStatus>0&&data.FanKuiStatus===0)||isModify"> <template v-if="(data.BeiKeStatus>0&&data.FanKuiStatus===0&&isShowBtn)||isModify">
<q-input type="textarea" filled label="课后总结" v-model="conclusion" :rows="3" style="flex:1;margin-top:20px;" /> <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">
......
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