|
@@ -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: "到达港",
|