| | |
| | | |
| | | //#region 物流管理 |
| | | //#region 运输定位 |
| | | //#region 运单费用结算单列表 |
| | | { |
| | | path: "logistics/WayBillPaymentBill/YF_PayMentOtherBillTranList", |
| | | component: Layout, |
| | | hidden: true, |
| | | redirect: "noredirect", |
| | | meta: { |
| | | breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示 |
| | | activeMenu: "/logistics/WayBillPaymentBill", // 当路由设置了该属性,则会高亮相对应的侧边栏。 |
| | | }, |
| | | children: [ |
| | | { |
| | | path: "/logistics/WayBillPaymentBill/YF_PayMentOtherBillTranList", |
| | | component: () => import("@/views/logistics/WayBillPaymentBill/YF_PayMentOtherBillTranList.vue"), |
| | | name: "yf_PayMentOtherBillTranList", |
| | | meta: { title: "运单费用结算单", activeMenu: "logistics/WayBillPaymentBill" }, |
| | | }, |
| | | ], |
| | | }, |
| | | //#endregion |
| | | //#region 运单列表 |
| | | { |
| | | path: "logistics/transportGPS/WL_YayBill", |