llj
2026-01-21 edb934c96a9a04069f8e9e99bd296eea41964d13
src/router/index.js
@@ -1811,6 +1811,26 @@
  //#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",