zhangwei
2024-09-18 182884c4367668f279851b76be9b2b957ad0d47a
src/pages/order/order.vue
@@ -15,9 +15,9 @@
            <view class="listrecord c-p-t-20" v-for="(item,index) in listO.orderList" :key="item.id"
               @click="pageToDetail(item)">
               <view class="coreshop-ff chuany-bradius20">
                  <view class="c-p-26">
                  <view class="c-p-24">
                     <view class="chuany-flex chuany-justify-between">
                        <text class="chuany-font34 chuany-text-bold">
                        <text class="chuany-font32">
                           {{item.orderName}}
                        </text>
                        <view class="chuany-flex chuany-justify-between">
@@ -29,13 +29,14 @@
                              plain plainFill size='mini'></up-tag>
                        </view>
                     </view>
                     <view class="c-p-t-14">
                     <view class="text-69 chuany-font28">
                        <view class="">
                        日期:{{$util.formatDate(item.wordStartTime)}} 至 {{$util.formatDate(item.wordEndTime)}}
                     </view>
                     <view class="c-p-t-14">
                        <view class="">
                        时间:{{item.startTimeName}} 至 {{item.endTimeName}}
                     </view>
                     <view class="chuany-flex chuany-justify-between c-p-t-14">
                        <view class="chuany-flex chuany-justify-between ">
                        <view class="chuany-width50">
                           <text>
                              方式:{{item.workerType==0?'计时':'计件'}}
@@ -47,6 +48,8 @@
                        </view>
                     </view>
                  </view>
                  </view>
               </view>
            </view>
            <up-loadmore :status="loadStatus" />