wujianwei
2025-12-15 6323e1efb067f80df0f848abf7062b7601f9a04a
ui/admin-ui3/src/router/index.ts
@@ -97,6 +97,19 @@
        ]
    },
    {
        path:'/collectionTmsQuotePlan',
        component:Layout,
        hidden:true,
        children:[
            {
                path: "collectionTmsQuotePlanItem",
                component:()=> import("@/views/tms/collectionTmsQuoteDetail/index.vue"),
                name: "CollectionTmsQuotePlanItem",
                meta: {title: '运费报价',activeMenu:'/Quotation/collectionTmsQuotePlan'}
            }
        ]
    },
    {
        path:'/monitor/job-log',
        component:Layout,
        hidden:true,