Commit Graph

13 Commits

Author SHA1 Message Date
5dd5771d62 refactor(pagination): 重构分页逻辑并优化相关组件
- 重构 usePagination 钩子,使用 ref 替代直接操作对象属性
- 优化多个组件中的分页相关代码,使用新的 pagination 结构
- 在 bulletin-card 组件中添加空状态卡片样式
- 调整 message-edit 组件,增加消息类型选择功能
- 修改 bulletins 接口,统一字段命名
2025-01-17 16:10:39 +08:00
18f563ce42 fix(menu模块以及各模块bug): 修复各模块bug 2025-01-16 21:26:50 +08:00
9604bca0ea fix(view模块): 消灭大部分黄色警告
移除国际化相关代码并优化公告功能

- 移除了多语言相关代码,统一使用中文
- 重构了公告编辑和详情页面,优化了附件展示和编辑器配置
- 更新了用户管理和菜单管理相关页面的中文文案
- 调整了登录和用户设置页面的验证码输入框属性
2025-01-15 20:54:47 +08:00
8fa3b8f0c3 feat(bulletin-card): 添加公告通知卡片功能
- 新增公告通知卡片页面和相关组件
- 实现公告列表查询、筛选和分页功能
- 添加公告详情页面
- 优化公告卡片样式和布局
2025-01-14 16:33:04 +08:00
9f98fe832a feat(system): 优化菜单管理功能
- 修改菜单查询接口,增加按名称搜索功能
- 更新消息管理相关接口路径
- 优化菜单编辑组件,使用树形结构选择父级菜单
- 移除产品 TSL 组件中的冗余代码
2025-01-13 20:30:03 +08:00
vertoryao
309dffa60b Merge remote-tracking branch 'origin/develop' into feature/device
# Conflicts:
#	.env.development
#	.eslintrc.js
#	components.d.ts
#	config/vite.config.dev.ts
#	index.html
#	package.json
#	pnpm-lock.yaml
#	src/api/authority.ts
#	src/api/dept.ts
#	src/api/interceptor.ts
#	src/api/message.ts
#	src/api/role.ts
#	src/api/user.ts
#	src/assets/world.json
#	src/components/breadcrumb/index.vue
#	src/components/footer/index.vue
#	src/components/menu/index.vue
#	src/components/message-box/index.vue
#	src/components/message-box/list.vue
#	src/components/navbar/index.vue
#	src/components/tab-bar/readme.md
#	src/components/tab-bar/tab-item.vue
#	src/config/settings.json
#	src/directive/permission/index.ts
#	src/hooks/permission.ts
#	src/locale/en-US.ts
#	src/locale/zh-CN.ts
#	src/mock/index.ts
#	src/router/guard/permission.ts
#	src/router/guard/userLoginInfo.ts
#	src/router/routes/modules/dashboard.ts
#	src/router/routes/modules/system.ts
#	src/router/routes/modules/user.ts
#	src/store/index.ts
#	src/store/modules/auth/index.ts
#	src/store/modules/auth/type.ts
#	src/store/modules/user/index.ts
#	src/store/modules/user/types.ts
#	src/utils/excel.ts
#	src/views/dashboard/workplace/components/banner.vue
#	src/views/dashboard/workplace/components/data-panel.vue
#	src/views/dashboard/workplace/index.vue
#	src/views/dashboard/workplace/locale/en-US.ts
#	src/views/dashboard/workplace/locale/zh-CN.ts
#	src/views/exception/403/index.vue
#	src/views/exception/404/index.vue
#	src/views/exception/500/index.vue
#	src/views/login/components/banner.vue
#	src/views/login/components/login-form.vue
#	src/views/login/index.vue
#	src/views/login/locale/en-US.ts
#	src/views/login/locale/zh-CN.ts
#	src/views/system/authority/components/auth-edit.vue
#	src/views/system/authority/components/auth-table.vue
#	src/views/system/authority/index.vue
#	src/views/system/authority/locale/en-US.ts
#	src/views/system/authority/locale/zh-CN.ts
#	src/views/system/dept/components/dept-edit.vue
#	src/views/system/dept/index.vue
#	src/views/system/dept/locale/en-US.ts
#	src/views/system/dept/locale/zh-CN.ts
#	src/views/system/permission/index.vue
#	src/views/system/role/components/role-edit.vue
#	src/views/system/role/index.vue
#	src/views/system/role/locale/en-US.ts
#	src/views/system/role/locale/zh-CN.ts
#	src/views/system/user/components/user-edit.vue
#	src/views/system/user/index.vue
#	src/views/system/user/locale/en-US.ts
#	src/views/system/user/locale/zh-CN.ts
#	src/views/user/setting/components/basic-information.vue
#	src/views/user/setting/components/password-reset.vue
#	src/views/user/setting/components/user-panel.vue
#	src/views/user/setting/index.vue
#	src/views/user/setting/locale/en-US.ts
#	src/views/user/setting/locale/zh-CN.ts
2024-12-27 10:32:25 +08:00
fba0fe8b77 fix(i18n模块): 修改部分i18n代码 2024-12-26 11:14:48 +08:00
6f08eda851 feat(消息模块): 新增消息的展示及增删改查
1.新增消息的头部展示
2.新增消息管理的增删改查功能
3.新增用户消息的查看
2024-12-26 10:36:24 +08:00
vertoryao
586bd23203 feat(菜单模块):添加菜单模块
- 优化登录流程
- 添加服务器端获取菜单
2024-12-25 17:03:45 +08:00
vertoryao
6b25c03d37 feat(登录模块):优化登录流程 2024-12-24 17:13:37 +08:00
958a058308 update gitignore 2024-12-24 17:09:28 +08:00
8a228763c7 feat(公告模块): 新增公告增删改查和用户公告展示模块
1.新增公告增删改查功能
2.新增用户页面公告展示功能
2024-12-23 13:56:00 +08:00
2bff98212b first commit 2024-11-12 15:44:05 +08:00