1.新增批量导入 2.新增财务报表
This commit is contained in:
@@ -63,6 +63,14 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
keepAlive: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "finance",
|
||||
name: "",
|
||||
component: () => import("@/views/data/finance.vue"),
|
||||
meta: {
|
||||
title: "财务报表"
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "work",
|
||||
name: "workStatistics",
|
||||
|
||||
Reference in New Issue
Block a user