新增路由配置
This commit is contained in:
@@ -98,11 +98,67 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "user",
|
||||
name: "FinanceUser",
|
||||
path: "joining",
|
||||
name: "Joining",
|
||||
component: () => import("@/views/system/user/index.vue"),
|
||||
meta: {
|
||||
title: "人事管理",
|
||||
title: "入职财务登记",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "departure ",
|
||||
name: "Departure",
|
||||
component: () => import("@/views/system/user/index.vue"),
|
||||
meta: {
|
||||
title: "离职财务登记",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "invoiceApplication",
|
||||
name: "InvoiceApplication",
|
||||
component: () => import("@/views/system/user/index.vue"),
|
||||
meta: {
|
||||
title: "开票申请",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "revenueRecognition",
|
||||
name: "RevenueRecognition",
|
||||
component: () => import("@/views/system/user/index.vue"),
|
||||
meta: {
|
||||
title: "收入确认",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "accountAdjustmentApplication",
|
||||
name: "AccountAdjustmentApplication",
|
||||
component: () => import("@/views/system/user/index.vue"),
|
||||
meta: {
|
||||
title: "调账申请",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "paymentApplicationForm",
|
||||
name: "PaymentApplicationForm",
|
||||
component: () => import("@/views/system/user/index.vue"),
|
||||
meta: {
|
||||
title: "付款申请单",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "reimbursement",
|
||||
name: "Reimbursement",
|
||||
component: () => import("@/views/system/user/index.vue"),
|
||||
meta: {
|
||||
title: "报销",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "salaryBonusAdjustment",
|
||||
name: "SalaryBonusAdjustment",
|
||||
component: () => import("@/views/system/user/index.vue"),
|
||||
meta: {
|
||||
title: "工资/奖金变更",
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -141,6 +197,14 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
title: "预立案登记",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "projectManagement",
|
||||
name: "ProjectManagement",
|
||||
component: () => import("@/views/business/preRegistration/index.vue"),
|
||||
meta: {
|
||||
title: "立项管理",
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
// 案件管理模块
|
||||
|
||||
Reference in New Issue
Block a user