qingyiay
2023-07-02 768881faf1a042b963ec4a925efce395605219b5
pages/driver-page/driver-index/driver-index.vue
@@ -4,7 +4,7 @@
         <view class="driver-index-body">
            <!-- 待领取提煤单 -->
            <view class="wait-collection"
               style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/diverbanner.png') no-repeat;background-size:contain">
               :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/diverbanner.png)`, backgroundSize: 'contain', backgroundRepeat: 'no-repeat' }">
            </view>
            <view class="collection-form">
               <view class="collection-form-item"
@@ -43,13 +43,6 @@
                           </text>
                        </view>
                     </view>
                  </view>
                  <view class="second-line">
                     <view class="coal-name">
                        <u-tag :text="coalStatus[item.statusWeigh] || '未称重'"
                           plain>
                        </u-tag>
                     </view>
                  </view>
                  <view class="third-line">
@@ -131,11 +124,11 @@
                                 size="40"></u-icon></view>
                        </view>
                     </view>
                     <view class="status">
                     <!-- <view class="status">
                        <u-tag :text="coalStatus[item.statusWeigh] || ''"
                           plain>
                        </u-tag>
                     </view>
                     </view> -->
                     <view class="third-line">
                        <view class="clock">
                           <view class="time-icon"><u-icon name="clock"
@@ -241,7 +234,7 @@
<script>
   import { customerId } from '@/utils/status';
   import combinedTitle from '@/components/combined-title/combined-title.vue';
   import { onlineurl } from '@/api/request.js'
   export default {
      components: {
         combinedTitle
@@ -276,7 +269,8 @@
            fleetId: '',
            xsUserId: '',
            customerId: '',
            coalStatus: ['未称重', '称重中', '验质中', '称重完成']
            coalStatus: ['未称重', '称重中', '验质中', '称重完成'],
            onlineurl,
         };
      },
      onShow() {
@@ -476,7 +470,7 @@
            .collection-form-item {
               width: vww(345);
               height: vww(220);
               height: vww(195);
               margin-top: vww(5);
               background: #ffffff;
               box-shadow: 4rpx 6rpx 25rpx 0rpx rgba(73, 120, 240, 0.15);