소스 검색

提交代码

Lijy 1 년 전
부모
커밋
5a31b11e08
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/weekEdit.vue

+ 3 - 1
fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/weekEdit.vue

@@ -354,10 +354,12 @@
             <div v-if="user.timeType.enableNewWeeklyfill == 1 && inbtn == 999">
                 <div class="van-cell-group__title">周总结</div>
                 <van-field
-                    v-model="summary"
+                    v-model.trim="summary"
                     rows="9"
                     autosize
                     type="textarea"
+                    maxlength="1000"
+                    show-word-limit
                     placeholder="请输入周总结"
                 />
             </div>