|
@@ -101,6 +101,14 @@ const router = createRouter({
|
|
|
component: () =>
|
|
component: () =>
|
|
|
import("../views/shipSecurityManage/shipCheckTemplateList.vue"),
|
|
import("../views/shipSecurityManage/shipCheckTemplateList.vue"),
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ path: "/shipSecurityManage/checkShipList",
|
|
|
|
|
+ name: "checkShipList",
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: "船舶安检列表",
|
|
|
|
|
+ },
|
|
|
|
|
+ component: () => import("../views/shipSecurityManage/checkShipList.vue"),
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
path: "/shipSecurityManage/checkShip",
|
|
path: "/shipSecurityManage/checkShip",
|
|
|
name: "checkShip",
|
|
name: "checkShip",
|
|
@@ -109,6 +117,15 @@ const router = createRouter({
|
|
|
},
|
|
},
|
|
|
component: () => import("../views/shipSecurityManage/checkShip.vue"),
|
|
component: () => import("../views/shipSecurityManage/checkShip.vue"),
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ path: "/shipSecurityManage/checkShipExamineList",
|
|
|
|
|
+ name: "checkShipExamineList",
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: "安检审核列表",
|
|
|
|
|
+ },
|
|
|
|
|
+ component: () =>
|
|
|
|
|
+ import("../views/shipSecurityManage/checkShipExamineList.vue"),
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
path: "/shipSecurityManage/checkShipExamine",
|
|
path: "/shipSecurityManage/checkShipExamine",
|
|
|
name: "checkShipExamine",
|
|
name: "checkShipExamine",
|