update 开票详情页面

This commit is contained in:
2023-05-12 10:30:18 +08:00
parent e50be067ae
commit 93bfdf0184
3 changed files with 61 additions and 6 deletions

View File

@@ -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" },
},
],
},
];
// 动态路由,基于用户权限动态去加载