Sfoglia il codice sorgente

Merge branch 'master' of https://git.steerinfo.com/DAL-DAZHOU/icore-pass

luobang 3 anni fa
parent
commit
66d344911d
1 ha cambiato i file con 12 aggiunte e 11 eliminazioni
  1. 12 11
      src/views/TMS/components/importedShip/shipLocation.vue

+ 12 - 11
src/views/TMS/components/importedShip/shipLocation.vue

@@ -122,6 +122,17 @@ export default {
           label: "江船船名",
           width: "140",
         },
+        {
+          prop: "locationRouteTime",
+          label: "离港日期",
+          width: "200",
+          slot: true,
+        },
+        {
+          prop: "startPortName",
+          label: "起运港",
+          width: "140",
+        },
         {
           prop: "shipLocation",
           label: "船舶位置",
@@ -134,17 +145,7 @@ export default {
           width: "180",
           slot: true,
         },
-        {
-          prop: "locationRouteTime",
-          label: "日期",
-          width: "200",
-          slot: true,
-        },
-        {
-          prop: "startPortName",
-          label: "起运港",
-          width: "140",
-        },
+        
         {
           prop: "arrivePortName",
           label: "到达港",