feat: merge account management into employee page

This commit is contained in:
Frudrax Cheng
2026-05-28 09:30:30 +08:00
parent aace7ef6e5
commit fe784f9e2b
6 changed files with 426 additions and 18 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export type UserRole = 'admin' | 'technician' | 'user';
export type UserRole = 'admin' | 'technician' | 'employee' | 'user';
export interface User {
id: number;