Commit f787ddde authored by zhengke's avatar zhengke

修改

parent 6fb4671a
...@@ -159,22 +159,25 @@ ...@@ -159,22 +159,25 @@
<div class="column" v-for="(x,y) in item.LessonPlanDetailsList" :key="y"> <div class="column" v-for="(x,y) in item.LessonPlanDetailsList" :key="y">
<div class="text14-l">{{x.Duration}}分钟-{{x.DurationEndTime}}</div> <div class="text14-l">{{x.Duration}}分钟-{{x.DurationEndTime}}</div>
<div class="text14-o" v-html="x.ProjectContent"></div> <div class="text14-o" v-html="x.ProjectContent"></div>
<template v-if="data.IsEditSummary>0">
<div v-if="data.IsEditSummary>0" style="width: 100%;background: #F0F5FB;border-radius: 5px;padding:10px;"> <div v-if="x.Summary" style="width: 100%;background: #F0F5FB;border-radius: 5px;padding:10px;margin-bottom:20px;">
{{x.Summary}} {{x.Summary}}
</div> </div>
<div v-else style="width: 100%;background: #F0F5FB;border-radius: 5px;margin: 10px 0"> </template>
<q-input <template v-else>
style="background:#F0F5FB ;font-size: 12px" <div style="width: 100%;background: #F0F5FB;border-radius: 5px;margin-bottom:20px;">
v-model="x.Summary" <q-input
label="课后总结" style="background:#F0F5FB ;font-size: 12px"
type="textarea" v-model="x.Summary"
filled label="课后总结"
clearable type="textarea"
autogrow filled
:disable="AccountType||!isCanEdit" clearable
/> autogrow
</div> :disable="AccountType||!isCanEdit"
/>
</div>
</template>
</div> </div>
</div> </div>
......
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