|
|
@@ -513,13 +513,13 @@
|
|
|
@close="wuliaoTableClose"
|
|
|
custom-class="shareImgFlag">
|
|
|
<div v-if="reportTarget.photos">
|
|
|
+ <p style="margin-bottom: 10px; margin-top: 0; display: flex">
|
|
|
+ 今日总结&明日规划<van-checkbox
|
|
|
+ v-model="checkedPlan"
|
|
|
+ style="margin-left: 10px"></van-checkbox>
|
|
|
+ </p>
|
|
|
<div v-for="(item, index) in reportTarget.photos" :key="index">
|
|
|
- <p style="margin-bottom: 10px; margin-top: 0; display: flex">
|
|
|
- 今日总结&明日规划<van-checkbox
|
|
|
- v-model="checkedPlan"
|
|
|
- style="margin-left: 10px"></van-checkbox>
|
|
|
- </p>
|
|
|
- <p style="margin-bottom: 10px; margin-top: 0">{{ item.taskName }}</p>
|
|
|
+ <p style="margin-bottom: 10px">{{ item.taskName }}</p>
|
|
|
<div class="shareVisitImg">
|
|
|
<div v-for="(itemImg, indexImg) in item.photos" :key="indexImg">
|
|
|
<img :src="itemImg.fileUrl" alt="" @click="selectImg(itemImg)" />
|
|
|
@@ -658,6 +658,7 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
activated() {
|
|
|
+ this.setDailyDetailsBoxFlag = true;
|
|
|
this.num = 0;
|
|
|
this.userTodayPlanNum();
|
|
|
this.setShareFlag = false;
|