Browse Source

change: cargo集货页面.订单轨迹插件界面语言调整为英文.

peter 3 weeks ago
parent
commit
2a19a81dcd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/pages/cargo-consolidation-request/index.vue

+ 1 - 0
src/pages/cargo-consolidation-request/index.vue

@@ -1407,6 +1407,7 @@ const openMapDrawer = (row: any) => {
         id: 'mapDrawer',
         carrierCode: row.Carrier, // 船公司代码
         billNo: row.Booking_Number, // 提单号
+        language: 'en', // 语言
       })
     })
   }