Commit Graph
7 Commits
Author SHA1 Message Date
overtrue 8b871ccbca refactor: migrate all tables to DataTable component
- Migrate pages/events/index.vue to use DataTable
- Migrate pages/license/index.vue feature permissions table to DataTable
- Migrate components/user/* tables to DataTable (account, policies, groups)
- Migrate components/user-group/* tables to DataTable (policies, members, set-policies-mutiple)
- Replace native table elements and raw Table components with shared DataTable
- Implement search functionality using DataTable filter capabilities
- Ensure consistent table rendering across the application
2025-10-31 21:34:12 +08:00
马登山 6be4217801 fix: Switch Componet v-model use 2025-10-31 10:29:11 +08:00
overtrue 09b75d1018 fix: resolved #23 2025-10-30 21:59:57 +08:00
overtrue be3186115c fix: resolved #23 2025-10-30 21:58:09 +08:00
overtrue 403386b270 fix: disable auto fill 2025-10-30 21:47:19 +08:00
overtrue 922ef7ad95 fix: resolved #23 2025-10-30 21:32:39 +08:00
overtrue c3bb12bc55 fix: tables & forms 2025-10-30 21:22:58 +08:00