From 5620c39e1e5c8c0f42b7be85886022b534db809f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=90=A6?= Date: Mon, 6 Jul 2026 18:12:12 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E7=89=B9=E8=89=B2=E6=96=B9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E8=BF=AD=E4=BB=A3(=E5=9B=BA=E5=AE=9A=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC)=EF=BC=8C=E5=9B=BA=E5=AE=9A=E4=BB=B7=E6=A0=BC?= =?UTF-8?q?=E7=9B=AE=E5=89=8D=E7=BB=9F=E4=B8=80=E4=BD=BF=E7=94=A8=E8=8D=AF?= =?UTF-8?q?=E5=93=81id=EF=BC=88-102=EF=BC=89=EF=BC=8C=E5=90=8E=E6=9C=9F?= =?UTF-8?q?=E4=BC=9A=E8=80=83=E8=99=91=E6=96=B0=E5=A2=9E=E7=89=B9=E8=89=B2?= =?UTF-8?q?=E6=96=B9=E7=9A=84=E6=97=B6=E5=80=99=E8=87=AA=E5=8A=A8=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=B8=80=E4=B8=AA=E7=89=B9=E8=89=B2=E6=96=B9=E8=8D=AF?= =?UTF-8?q?=E5=93=81=202.=20=E9=80=80=E6=AC=BE=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E9=80=80=E5=9B=9E=E5=88=86=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/router/routes/modules/sys.ts | 7 +++++++ apps/web-antd/src/views/system/admin/_shared/role-meta.ts | 1 + .../src/views/system/admin/headquarters-finance/index.vue | 6 ++++++ 3 files changed, 14 insertions(+) create mode 100644 apps/web-antd/src/views/system/admin/headquarters-finance/index.vue diff --git a/apps/web-antd/src/router/routes/modules/sys.ts b/apps/web-antd/src/router/routes/modules/sys.ts index 23ee646d..4b2d2761 100644 --- a/apps/web-antd/src/router/routes/modules/sys.ts +++ b/apps/web-antd/src/router/routes/modules/sys.ts @@ -15,6 +15,13 @@ const adminRoleRoutes: RouteRecordRaw[] = [ path: '/system/admin/platform', component: () => import('#/views/system/admin/platform/index.vue'), }, + { + meta: { title: '总部财务' }, + name: 'SystemAdminHeadquartersFinance', + path: '/system/admin/headquarters-finance', + component: () => + import('#/views/system/admin/headquarters-finance/index.vue'), + }, { meta: { title: '省级管理员' }, name: 'SystemAdminProvince', diff --git a/apps/web-antd/src/views/system/admin/_shared/role-meta.ts b/apps/web-antd/src/views/system/admin/_shared/role-meta.ts index c17005aa..edf03742 100644 --- a/apps/web-antd/src/views/system/admin/_shared/role-meta.ts +++ b/apps/web-antd/src/views/system/admin/_shared/role-meta.ts @@ -17,6 +17,7 @@ export interface AdminRoleMeta { export const ADMIN_ROLE_LIST: AdminRoleMeta[] = [ { id: 1, title: '超级管理员', slug: 'super', formType: 'basic' }, { id: 2, title: '系统管理员', slug: 'platform', formType: 'basic' }, + { id: 12, title: '总部财务', slug: 'headquarters-finance', formType: 'basic' }, { id: 3, title: '省级管理员', slug: 'province', formType: 'address' }, { id: 4, title: '市级管理员', slug: 'city', formType: 'address' }, { id: 5, title: '区级管理员', slug: 'district', formType: 'address' }, diff --git a/apps/web-antd/src/views/system/admin/headquarters-finance/index.vue b/apps/web-antd/src/views/system/admin/headquarters-finance/index.vue new file mode 100644 index 00000000..af154fef --- /dev/null +++ b/apps/web-antd/src/views/system/admin/headquarters-finance/index.vue @@ -0,0 +1,6 @@ + +