智能网关前端
Go to file
Kven 5dd5771d62 refactor(pagination): 重构分页逻辑并优化相关组件
- 重构 usePagination 钩子,使用 ref 替代直接操作对象属性
- 优化多个组件中的分页相关代码,使用新的 pagination 结构
- 在 bulletin-card 组件中添加空状态卡片样式
- 调整 message-edit 组件,增加消息类型选择功能
- 修改 bulletins 接口,统一字段命名
2025-01-17 16:10:39 +08:00
.idea update gitignore 2024-12-24 17:09:28 +08:00
config perf(用户管理模块): 分页查询改为部门树查询 2025-01-10 21:37:09 +08:00
src refactor(pagination): 重构分页逻辑并优化相关组件 2025-01-17 16:10:39 +08:00
.env.development feat(登录模块):优化登录流程 2024-12-24 17:13:37 +08:00
.env.production update gitignore 2024-12-24 17:09:28 +08:00
.eslintignore first commit 2024-11-12 15:37:24 +08:00
.eslintrc.js feat(登录模块):优化登录流程 2024-12-24 17:13:37 +08:00
.gitignore feat(登录模块):优化登录流程 2024-12-24 17:13:37 +08:00
.prettierignore update gitignore 2024-12-24 17:09:28 +08:00
.prettierrc.js update gitignore 2024-12-24 17:09:28 +08:00
.stylelintrc.js update gitignore 2024-12-24 17:09:28 +08:00
babel.config.js update gitignore 2024-12-24 17:09:28 +08:00
commitlint.config.js update gitignore 2024-12-24 17:09:28 +08:00
components.d.ts feat(登录模块):优化登录流程 2024-12-24 17:13:37 +08:00
index.html Merge remote-tracking branch 'origin/develop' into feature/device 2024-12-27 10:32:25 +08:00
package.json fix(i18n模块): 修改部分i18n代码 2024-12-26 11:14:48 +08:00
pnpm-lock.yaml feat(登录模块):优化登录流程 2024-12-24 17:13:37 +08:00
tsconfig.json update gitignore 2024-12-24 17:09:28 +08:00