doum
2025-09-01 65f8691ebf4f5de4a7fe2cef4fd9345b26372e55
small-program/pages/packaging-worker/packaging-worker.vue
@@ -9,7 +9,7 @@
            <view class="list-item-row" @click="show = true">
               <view class="list-item-row-label">用工时间<b>*</b></view>
               <view class="list-item-row-val">
                  <text>{{form.startDate ? form.startDate + ' 至 ' + form.endDate + ' (' + form.priceNum1 + '天) ' : '请选择'}}</text>
                  <text>{{form.startDate ? form.startDate + ' 至 ' + form.endDate + ' (' + workDays + '天) ' : '请选择'}}</text>
                  <u-icon name="arrow-right" color="#111111" size="16"></u-icon>
               </view>
            </view>
@@ -240,6 +240,8 @@
            this.form.lgt = option.longitude
            this.form.location = option.address
            this.form.workType = option.workType
            this.form.days = option.days
            this.workDays = option.days
         }
         this.getCateList()
      },