Ver código fonte

feature_20250815_拜访任务和主管任务界面优化

zhujindu 3 meses atrás
pai
commit
940172d041

+ 6 - 6
src/views/week/allowWriteAgainSummary.vue

@@ -13,15 +13,15 @@
           <!-- allowWriteAgain 是否允许补填 true/false -->
           <van-field
             v-model="item.answerValue"
-            :placeholder="item.customName"
+            :placeholder="item.remark"
             type="number"
             :disabled="!item.allowWriteAgain"
             @input="numberFn(item, index)"></van-field>
-          <p
+          <!-- <p
             v-if="item.allowWriteAgain"
             style="color: #444; font-size: 12px; margin: 0; padding: 10px 0; text-align: right">
             {{ item.remark }}
-          </p>
+          </p> -->
         </div>
         <div v-if="item.answerType == 'rq'" class="formLabel z-cell">
           <van-cell>
@@ -88,12 +88,12 @@
             :formatter="formatter"
             autosize
             type="textarea"
-            :placeholder="item.customName"></van-field>
-          <p
+            :placeholder="item.remark"></van-field>
+          <!-- <p
             v-if="item.allowWriteAgain"
             style="color: #444; font-size: 12px; margin: 0; padding: 10px 0; text-align: right">
             {{ item.remark }}
-          </p>
+          </p> -->
         </div>
         <div
           class="formLabel z-cell z-cells z-celly"

+ 6 - 6
src/views/week/componVisitSummary.vue

@@ -12,12 +12,12 @@
           </van-cell>
           <van-field
             v-model="item.answerValue"
-            :placeholder="item.customName"
+            :placeholder="item.remark"
             type="number"
             @input="numberFn(item, index)"></van-field>
-          <p style="color: #444; font-size: 12px; margin: 0; padding: 10px 0; text-align: right">
+          <!-- <p style="color: #444; font-size: 12px; margin: 0; padding: 10px 0; text-align: right">
             {{ item.remark }}
-          </p>
+          </p> -->
         </div>
         <div v-if="item.answerType == 'rq'" class="formLabel z-cell">
           <van-cell>
@@ -75,10 +75,10 @@
             :formatter="formatter"
             autosize
             type="textarea"
-            :placeholder="item.customName"></van-field>
-          <p style="color: #444; font-size: 12px; margin: 0; padding: 10px 0; text-align: right">
+            :placeholder="item.remark"></van-field>
+          <!-- <p style="color: #444; font-size: 12px; margin: 0; padding: 10px 0; text-align: right">
             {{ item.remark }}
-          </p>
+          </p> -->
         </div>
         <div v-if="item.answerType == 'gs'" class="formLabel z-cell" @click="regionClick(index)">
           <van-cell>