mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: add tickets tab to admin user detail page
Add ability to view user's tickets directly from the user detail page. Backend gets user_id filter on tickets endpoint, frontend shows ticket list with status badges, message preview and navigation to ticket.
This commit is contained in:
@@ -1541,8 +1541,12 @@
|
||||
"info": "信息",
|
||||
"subscription": "订阅",
|
||||
"balance": "余额",
|
||||
"sync": "同步"
|
||||
"sync": "同步",
|
||||
"tickets": "工单"
|
||||
},
|
||||
"noTickets": "该用户没有工单",
|
||||
"ticketsCount": "个工单",
|
||||
"messagesCount": "条消息",
|
||||
"status": "状态",
|
||||
"language": "语言",
|
||||
"registration": "注册时间",
|
||||
|
||||
Reference in New Issue
Block a user