style
This commit is contained in:
@@ -146,9 +146,11 @@ const BehaviorLogList: React.FC<BehaviorLogProps> = (props) => {
|
|||||||
let type = '其他';
|
let type = '其他';
|
||||||
|
|
||||||
if (content.includes('登录')) type = '登录';
|
if (content.includes('登录')) type = '登录';
|
||||||
else if (content.includes('浏览')) type = '浏览';
|
else if (content.includes('浏览') || content.includes('查看') ) type = '浏览';
|
||||||
else if (content.includes('提交')) type = '提交';
|
else if (content.includes('提交')) type = '提交';
|
||||||
|
else if (content.includes('申请')) type = '申请';
|
||||||
else if (content.includes('修改')) type = '修改';
|
else if (content.includes('修改')) type = '修改';
|
||||||
|
else if (content.includes('更新')) type = '更新';
|
||||||
else if (content.includes('删除')) type = '删除';
|
else if (content.includes('删除')) type = '删除';
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user