yangan
2023-12-20 6cb6a76d779335f8bc9f1e2a3431b2903558a075
pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
@@ -35,6 +35,7 @@
                  icon="http://cdn.uviewui.com/uview/empty/data.png"
                  textSize="30"
                  iconSize="1000"
                  text="暂无数据"
                  v-if="filterList.length == 0"></u-empty>
               <view class="statistics-card"
                  v-for="(item, index) in filterList"
@@ -87,6 +88,10 @@
                        </view>
                        <!-- <view class="black-block"><view class="black-bar"></view></view>
                        <view class="coal-type">{{ value.orderType }}</view> -->
                     </view>
                     <view class="third-line">
                        <text  class="carnum-text" style="font-size: 28rpx;">创建时间:</text>
                        <view class="carnum-text">{{ value.createTime || '' }}</view>
                     </view>
                     <view class="third-line">
                        <view class="carnum-icon">
@@ -272,7 +277,7 @@
                     @click="confirmCondition"></u-button></view>
            </view>
         </u-popup>
         <tab-bar :current="roleType===4?2:1"></tab-bar>
         <tab-bar :current="roleType===4?1:1"></tab-bar>
      </view>
      <view class="white-block"></view>
   </view>
@@ -331,7 +336,7 @@
            // 点击右箭头详情弹窗
            faYunDetailobj: {},
            modalShow: false,
            coalStatus: ['未称重', '称重中', '验质中', '称重完成', '验质完成'],
            coalStatus: ['未称重', '称重中', '验质中', '称重完成', '处理完成'],
            onlineurl,
         };
      },
@@ -1022,7 +1027,7 @@
                  }
                  .third-line {
                     width: 40%;
                     width: 80%;
                     min-height: vww(15);
                     display: flex;
                     justify-content: flex-start;