linwenxin 5 månader sedan
förälder
incheckning
2e9c42cf4b
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. 5 5
      src/packageMine/pages/workerEnter.vue

+ 5 - 5
src/packageMine/pages/workerEnter.vue

@@ -221,31 +221,31 @@
                   </view>
                 </view>
                 <view class="item flex">
-                  <view class="">保单名称</view>
+                  <view class="required">保单名称</view>
                   <view class="flex" style="flex: 1">
                     <input v-model="insuranceName" maxlength="18" type="text" placeholder="请输入银行卡号" />
                   </view>
                 </view>
                 <view class="item flex">
-                  <view class="">保险单号</view>
+                  <view class="required">保险单号</view>
                   <view class="flex" style="flex: 1">
                     <input v-model="insuranceNumber" maxlength="18" type="text" placeholder="请输入银行卡号" />
                   </view>
                 </view>
                 <view class="item flex" @click="$refs.insuranceStateTime.showWin">
-                  <view class="">保险有效期开始日期</view>
+                  <view class="required">保险有效期开始日期</view>
                   <view class="flex" style="flex: 1; pointer-events: none">
                     <input v-model="insuranceStateTime" disabled type="text" placeholder="请选择日期" />
                   </view>
                 </view>
                 <view class="item flex" @click="$refs.insuranceEndTime.showWin">
-                  <view class="">保险有效期结束日期</view>
+                  <view class="required">保险有效期结束日期</view>
                   <view class="flex" style="flex: 1; pointer-events: none">
                     <input v-model="insuranceEndTime" disabled type="text" placeholder="请选择日期" />
                   </view>
                 </view>
                 <view class="mt30 image-container">
-                  <view class="common-title">上传图片(最多3张)</view>
+                  <view class="common-title required">附件图片(最多3张)</view>
                   <view class="images">
                     <block v-for="(item, index) in imageList" :key="index">
                       <view class="img">