Commit 354c8088 authored by dragondean@qq.com's avatar dragondean@qq.com

修复海运和空运详情页面无法保活

parent fc12d9b5
...@@ -441,7 +441,13 @@ export const constantRoutes = [ ...@@ -441,7 +441,13 @@ export const constantRoutes = [
component: (resolve) => import('@/views/ecw/box/query'), component: (resolve) => import('@/views/ecw/box/query'),
props: true, props: true,
name: 'shippingDetail', name: 'shippingDetail',
meta: {titleZh: '出货详情', titleEn: "Shipping Details", icon: '', activeMenu: '/shipment/boxDetail'} meta: {
titleZh: '出货详情',
titleEn: "Shipping Details",
icon: '',
activeMenu: '/shipment/boxDetail',
componentPath: 'ecw/box/query'
}
}, },
{ {
path: 'shippingSea/:shipmentId(\\d+)', path: 'shippingSea/:shipmentId(\\d+)',
...@@ -485,7 +491,13 @@ export const constantRoutes = [ ...@@ -485,7 +491,13 @@ export const constantRoutes = [
component: (resolve) => import('@/views/ecw/box/queryAir'), component: (resolve) => import('@/views/ecw/box/queryAir'),
props: true, props: true,
name: 'shippingDetail', name: 'shippingDetail',
meta: {titleZh: '出货详情', titleEn: "Shipping Details", icon: '', activeMenu: '/shipment/boxDetail'} meta: {
titleZh: '出货详情',
titleEn: "Shipping Details",
icon: '',
activeMenu: '/shipment/boxDetail',
componentPath: 'ecw/box/queryAir'
}
}, },
{ {
path: 'shippingAir/:shipmentId(\\d+)', path: 'shippingAir/:shipmentId(\\d+)',
......
...@@ -291,7 +291,7 @@ ...@@ -291,7 +291,7 @@
> >
</template> </template>
</el-table-column>--> </el-table-column>-->
<el-table-column <el-table-column
prop="" prop=""
:label="$t('操作')" :label="$t('操作')"
...@@ -690,7 +690,7 @@ import { listUser } from "@/api/system/user"; ...@@ -690,7 +690,7 @@ import { listUser } from "@/api/system/user";
import unloadingError from "./shippingAir/nodePage/unloading/openError.vue"; import unloadingError from "./shippingAir/nodePage/unloading/openError.vue";
export default { export default {
name: "EcwBoxBoxQueryAir", name: "EcwBoxQueryair",
props: { props: {
shipmentId: String, shipmentId: String,
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment