refactor: 移除多租户和客户相关代码及功能

refactor: 统一状态字段为字符串类型并更新相关组件
refactor: 更新模型基类移除租户和客户相关字段
refactor: 简化数据权限控制逻辑
refactor: 优化类型注解使用Python 3.10+语法
refactor: 清理无用导入和注释
docs: 更新文档移除多租户相关内容
This commit is contained in:
zhangtao
2025-12-01 00:36:05 +08:00
parent 463e2fca23
commit 3c12fa56eb
173 changed files with 3143 additions and 7672 deletions
-1
View File
@@ -8,7 +8,6 @@
"phone": "1582112620",
"email": "deptadmin@example.com",
"description": "集团总公司",
"tenant_id": 1,
"parent_id": null,
"children": []
}
-308
View File
@@ -252,314 +252,6 @@
}
]
},
{
"name": "租户管理",
"type": 2,
"icon": "el-icon-Avatar",
"order": 3,
"permission": "module_system:tenant:query",
"route_name": "Tenant",
"route_path": "/system/tenant",
"component_path": "module_system/tenant/index",
"status": "0",
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "租户管理",
"params": null,
"affix": false,
"redirect": null,
"description": "初始化数据",
"children": [
{
"name": "创建租户",
"type": 3,
"icon": null,
"order": 1,
"permission": "module_system:tenant:create",
"route_name": null,
"route_path": null,
"component_path": null,
"status": "0",
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "创建租户",
"params": null,
"affix": false,
"redirect": null,
"description": "初始化数据"
},
{
"name": "更新租户",
"type": 3,
"icon": null,
"order": 2,
"permission": "module_system:tenant:update",
"route_name": null,
"route_path": null,
"component_path": null,
"status": "0",
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "更新租户",
"params": null,
"affix": false,
"redirect": null,
"description": "初始化数据"
},
{
"name": "删除租户",
"type": 3,
"icon": null,
"order": 3,
"permission": "module_system:tenant:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"status": "0",
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "删除租户",
"params": null,
"affix": false,
"redirect": null,
"description": "初始化数据"
},
{
"name": "批量修改租户状态",
"type": 3,
"icon": null,
"order": 4,
"permission": "module_system:tenant:patch",
"route_name": null,
"route_path": null,
"component_path": null,
"status": "0",
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "批量修改租户状态",
"params": null,
"affix": false,
"redirect": null,
"description": "初始化数据"
},
{
"name": "导出租户",
"type": 3,
"icon": null,
"order": 5,
"permission": "module_system:tenant:export",
"route_name": null,
"route_path": null,
"component_path": null,
"status": "0",
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "导出租户",
"params": null,
"affix": false,
"redirect": null,
"description": "初始化数据"
},
{
"name": "导入租户",
"type": 3,
"icon": null,
"order": 6,
"permission": "module_system:tenant:import",
"route_name": null,
"route_path": null,
"component_path": null,
"status": "0",
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "导入租户",
"params": null,
"affix": false,
"redirect": null,
"description": "初始化数据"
},
{
"name": "下载导入租户模版",
"type": 3,
"icon": null,
"order": 7,
"permission": "module_system:tenant:download",
"route_name": null,
"route_path": null,
"component_path": null,
"status": "0",
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "下载导入租户模版",
"params": null,
"affix": false,
"redirect": null,
"description": "初始化数据"
}
]
},
{
"name": "客户管理",
"type": 2,
"icon": "el-icon-Avatar",
"order": 3,
"permission": "module_system:customer:query",
"route_name": "Customer",
"route_path": "/system/customer",
"component_path": "module_system/customer/index",
"status": "0",
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "客户管理",
"params": null,
"affix": false,
"redirect": null,
"description": "初始化数据",
"children": [
{
"name": "创建客户",
"type": 3,
"icon": null,
"order": 1,
"permission": "module_system:customer:create",
"route_name": null,
"route_path": null,
"component_path": null,
"status": "0",
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "创建客户",
"params": null,
"affix": false,
"redirect": null,
"description": "初始化数据"
},
{
"name": "更新客户",
"type": 3,
"icon": null,
"order": 2,
"permission": "module_system:customer:update",
"route_name": null,
"route_path": null,
"component_path": null,
"status": "0",
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "更新客户",
"params": null,
"affix": false,
"redirect": null,
"description": "初始化数据"
},
{
"name": "删除客户",
"type": 3,
"icon": null,
"order": 3,
"permission": "module_system:customer:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"status": "0",
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "删除客户",
"params": null,
"affix": false,
"redirect": null,
"description": "初始化数据"
},
{
"name": "批量修改客户状态",
"type": 3,
"icon": null,
"order": 4,
"permission": "module_system:customer:patch",
"route_name": null,
"route_path": null,
"component_path": null,
"status": "0",
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "批量修改客户状态",
"params": null,
"affix": false,
"redirect": null,
"description": "初始化数据"
},
{
"name": "导出客户",
"type": 3,
"icon": null,
"order": 5,
"permission": "module_system:customer:export",
"route_name": null,
"route_path": null,
"component_path": null,
"status": "0",
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "导出客户",
"params": null,
"affix": false,
"redirect": null,
"description": "初始化数据"
},
{
"name": "导入客户",
"type": 3,
"icon": null,
"order": 6,
"permission": "module_system:customer:import",
"route_name": null,
"route_path": null,
"component_path": null,
"status": "0",
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "导入客户",
"params": null,
"affix": false,
"redirect": null,
"description": "初始化数据"
},
{
"name": "下载导入客户模版",
"type": 3,
"icon": null,
"order": 7,
"permission": "module_system:customer:download",
"route_name": null,
"route_path": null,
"component_path": null,
"status": "0",
"keep_alive": true,
"hidden": false,
"always_show": false,
"title": "下载导入客户模版",
"params": null,
"affix": false,
"redirect": null,
"description": "初始化数据"
}
]
},
{
"name": "岗位管理",
"type": 2,
+11 -2
View File
@@ -4,9 +4,18 @@
"code": "ADMIN",
"status": "0",
"order": 1,
"data_scope": "4",
"data_scope": 4,
"description": "初始化角色",
"created_id": 1,
"updated_id": 1
},
{
"name": "普通角色",
"code": "COMMON",
"status": "0",
"order": 1,
"data_scope": 3,
"description": "初始化角色",
"tenant_id": 1,
"created_id": 1,
"updated_id": 1
}
-4
View File
@@ -13,13 +13,9 @@
"github_login": null,
"wx_login": null,
"qq_login": null,
"user_type": "0",
"salt": "123456",
"dept_id": 1,
"status": "0",
"description": "超级管理员",
"tenant_id": 1,
"customer_id": null,
"created_id": null,
"updated_id": null
}