Browse Source

feature_20250721_日报分享

zhujindu 3 months ago
parent
commit
ba21869144
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/views/week/dailyDetails.vue
  2. 1 0
      src/views/week/dailyHistoricalDetails.vue

+ 1 - 0
src/views/week/dailyDetails.vue

@@ -521,6 +521,7 @@
             v-model="checkedPlan"
             style="margin-left: 10px"></van-checkbox>
         </p>
+        <p style="margin-bottom: 10px; margin-top: 0">请点击勾选想要分享的今日拜访照片</p>
         <div v-for="(item, index) in reportTarget.photos" :key="index">
           <p style="margin-bottom: 10px">{{ item.taskName }}</p>
           <div class="shareVisitImg">

+ 1 - 0
src/views/week/dailyHistoricalDetails.vue

@@ -569,6 +569,7 @@
             v-model="checkedPlan"
             style="margin-left: 10px"></van-checkbox>
         </p>
+        <p style="margin-bottom: 10px; margin-top: 0">请点击勾选想要分享的今日拜访照片</p>
         <div v-for="(item, index) in reportTarget.photos" :key="index">
           <p style="margin-bottom: 10px">{{ item.taskName }}</p>
           <div class="shareVisitImg">