mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-28 15:05:18 +08:00
update 开票详情页面
This commit is contained in:
@@ -140,6 +140,19 @@ export const constantRoutes = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/invoice/index",
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
name: "invoiceDetail",
|
||||
path: "invoice/:id",
|
||||
component: () => import("@/views/order/invoice/detail"),
|
||||
meta: { title: "发票详情", activeMenu: "/invoice/detail" },
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
// 动态路由,基于用户权限动态去加载
|
||||
|
||||
Reference in New Issue
Block a user