ll
liukangdong
2024-12-23 5c53a09ff28e5be90af9c1bc0534a4320fc5aec0
h5/pages/workOrder/list.vue
@@ -32,7 +32,7 @@
      <scroll-view scroll-y="true" class="scroll_Y" @scrolltolower="scrolltolower">
         <view class="list">
            <view class="item" v-for="item in list" @click="itemClick(item)">
               <image v-if="item.dealStatus == 0" src="@/static/side/workordered.png" class="icon"></image>
               <image v-if="item.dealStatus == 0 || item.dealStatus == 1" src="@/static/side/workordered.png" class="icon"></image>
               <image v-else src="@/static/side/workorder.png" class="icon"></image>
               <view class="content">
                  <view class="name_wrap line">
@@ -216,7 +216,7 @@
   }
   .scroll_Y{
      height: calc(100vh - 320rpx);
      height: calc(100vh - 250rpx);
   }
   .list {
      .item {