diff --git a/public/img/logo.png b/public/img/logo.png new file mode 100644 index 0000000..be095c0 Binary files /dev/null and b/public/img/logo.png differ diff --git a/src/router/index.ts b/src/router/index.ts index 26b037d..46a5007 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -161,14 +161,6 @@ export const constantRoutes: RouteRecordRaw[] = [ title: "工资/奖金变更", }, }, - { - path: "role", - name: "FinanceRole", - component: () => import("@/views/system/role/index.vue"), - meta: { - title: "角色管理", - }, - }, ], }, // 业务管理模块 @@ -197,14 +189,6 @@ export const constantRoutes: RouteRecordRaw[] = [ title: "预立案登记", }, }, - { - path: "projectManagement", - name: "ProjectManagement", - component: () => import("@/views/business/preRegistration/index.vue"), - meta: { - title: "立项管理", - }, - }, ], }, // 案件管理模块 @@ -220,17 +204,9 @@ export const constantRoutes: RouteRecordRaw[] = [ { path: "user", name: "CaseUser", - component: () => import("@/views/system/user/index.vue"), + component: () => import("@/views/case/index.vue"), meta: { - title: "人事管理", - }, - }, - { - path: "role", - name: "CaseRole", - component: () => import("@/views/system/role/index.vue"), - meta: { - title: "角色管理", + title: "案件管理", }, }, ], @@ -270,7 +246,7 @@ export const constantRoutes: RouteRecordRaw[] = [ { path: "index", name: "StampPerformanceIndex", - component: () => import("@/views/stamp-application/index.vue"), + component: () => import("@/views/performance/list/index.vue"), meta: { title: "业绩展示", }, @@ -291,7 +267,7 @@ export const constantRoutes: RouteRecordRaw[] = [ { path: "index", name: "RegistrationIndex", - component: () => import("@/views/stamp-application/index.vue"), + component: () => import("@/views/registration/index.vue"), meta: { title: "入库登记", }, @@ -312,7 +288,7 @@ export const constantRoutes: RouteRecordRaw[] = [ { path: "index", name: "NoticeIndex", - component: () => import("@/views/stamp-application/index.vue"), + component: () => import("@/views/notice/index.vue"), meta: { title: "公告管理", }, @@ -333,7 +309,7 @@ export const constantRoutes: RouteRecordRaw[] = [ { path: "index", name: "LawyerFileIndex", - component: () => import("@/views/stamp-application/index.vue"), + component: () => import("@/views/lawyer/index.vue"), meta: { title: "律所标准文件", }, diff --git a/src/views/business/conflict/index.vue b/src/views/business/conflict/index.vue index 51ccb0b..7523ed8 100644 --- a/src/views/business/conflict/index.vue +++ b/src/views/business/conflict/index.vue @@ -26,6 +26,22 @@ + + 立项登记 + + + 投标登记 + - + - + + + + +