liukangdong
2024-12-12 b3059e1a596b4fb05a708f3c3ac0ff3bc369d06b
admin/src/views/platform/components/PlatformQueuing.vue
@@ -38,7 +38,7 @@
            </div>
            <div class="ite">
              <span>总运输量:</span>
              <span>{{ item.totalNum }}万支</span>
              <span>{{ item.totalNum || item.ioQty }}万支</span>
            </div>
            <div v-if="item.billCode" class="ite" style="width: 66%">
              <span>运输公司:</span>
@@ -259,6 +259,7 @@
      .footer {
        .detail {
          color: $primaryColor;
          cursor: pointer;
        }
      }
    }