Commit 4d5943bc authored by 皮倩雯's avatar 皮倩雯

fix: '登录日志新增展示列'

parent 39c16fac
Pipeline #75335 passed with stages
......@@ -46,6 +46,11 @@ const LoginLog = () => {
onFilter: (value, record) => record.LoginName === value,
filteredValue,
},
{
title: 'IP',
dataIndex: 'IP',
key: 'IP',
},
{
title: '用户名',
dataIndex: 'ShowName',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment