feat(admin): 工单管理 UI 优化与回复模板、文件管理增强
工单列表与详情 UI/交互优化及新工单提醒;新增回复模板与工单类型管理;文件管理增加管理员筛选并优化详情展示。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -12,6 +12,14 @@ export const menus = [
|
||||
{
|
||||
path: '/ticket/list',
|
||||
title: '工单列表'
|
||||
},
|
||||
{
|
||||
path: '/ticket/types',
|
||||
title: '工单类型'
|
||||
},
|
||||
{
|
||||
path: '/ticket/templates',
|
||||
title: '回复模板'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user