k94314517
2024-12-18 36e1ec74d47e84cd1b31d7d4bc2319fd14ab1ea8
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;
        }
      }
    }