From 5234fb3d8d3bb44706bfeebb54e61b8f9fdc7bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E6=A0=A1=E4=BA=91?= <14135925+chenxilxy@user.noreply.gitee.com> Date: Fri, 5 Dec 2025 17:05:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=B7=AF=E7=94=B1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 70 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 67 insertions(+), 3 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 7b042f3..26b037d 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -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: "立项管理", + }, + }, ], }, // 案件管理模块