|
|
@@ -618,6 +618,14 @@
|
|
|
v-model="checkedPlan"
|
|
|
style="margin-left: 10px"></van-checkbox>
|
|
|
</p> -->
|
|
|
+ <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; display: flex"
|
|
|
+ v-if="reportTarget.isHistory == '0'">
|
|
|
+ 日报填写内容<van-checkbox v-model="checkedPlan" style="margin-left: 10px"></van-checkbox>
|
|
|
+ </p>
|
|
|
<p style="margin-top: 0">请点击勾选想要分享的今日拜访照片</p>
|
|
|
<div class="shareVisitImg">
|
|
|
<template v-for="(itemImg, indexImg) in reportTarget.photoSummary">
|