feat: 封装公共表单/表格组件 BasicForm/BasicTable,并替换业务页面表格

- 新增 BasicForm 配置驱动表单组件,支持多种控件、字典自动加载、校验、插槽扩展
- 新增 BasicTable 公共表格组件,集成搜索栏+工具栏+表格+分页,基于 columns/searchColumns 配置驱动
- 替换 18 个业务页面 el-table 为 BasicTable(post/user/role/dict/config/notice/job/log/logininfor/operlog/online/gen 等)
- 全局注册 BasicForm、BasicTable 组件
- 项目标题由若依管理系统改为 BMS
This commit is contained in:
wuweihua
2026-08-28 11:35:26 +08:00
parent 838965c5a1
commit 3e9b34e0fd
27 changed files with 4593 additions and 4916 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.9.2",
"description": "若依管理系统",
"description": "BMS",
"author": "若依",
"license": "MIT",
"type": "module",