fix: 处理赛事操作日志中操作类型与操作来源不转化成中文的问题

This commit is contained in:
ZhuRui
2026-08-04 19:00:34 +08:00
parent 1251a0be83
commit 2e6f7ca552
2 changed files with 19 additions and 3 deletions
+4 -1
View File
@@ -16,8 +16,11 @@ export interface SysOperationLogVO {
/** 赛事操作日志列表项 */
export interface TournamentAdminOperationPageVO {
opName: string;
/** 操作类型:1=创建赛事、2=删除赛事、3=取消报名、4=编辑选手、5=对阵管理、6=批量修改组别 */
type: string;
/** 操作来源:1=PC、2=小程序 */
source: string;
opName: string;
nickname: string;
phone: string;
tournamentName: string;