fix: bug#10707 修复运维管理日志说明查询

This commit is contained in:
jackhoo_98 2023-03-23 16:54:26 +08:00
parent a511dd5972
commit dcf41b4c2c
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ const getActions = (data: Partial<Record<string, any>>): ActionsType[] => {
const column = {
username: 'context.username',
description: 'action',
};
/**