新增 后管财务中心运营商订单列表页

This commit is contained in:
Lemon
2023-07-06 17:38:30 +08:00
parent eb9e1fb0b1
commit 35efeb8993
11 changed files with 285 additions and 17 deletions

View File

@@ -185,9 +185,9 @@ export const constantRoutes = [
hidden: true,
children: [
{
path: "cleanFinancical",
component: () => import("@/views/financial/components/cleanFinancical"),
name: "cleanFinancical",
path: "cleanFinancial",
component: () => import("@/views/financial/components/cleanFinancial"),
name: "cleanFinancial",
meta: { title: "清分财务",activeMenu: "/financial/merchant"},
},
],