系统设置增加系统运行日志

This commit is contained in:
whyour
2023-08-21 00:10:43 +08:00
parent b002cbef3a
commit 4f7649f157
33 changed files with 864 additions and 112 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ enum LoginStatusColor {
const columns = [
{
title: intl.get('序号'),
width: 40,
width: 50,
render: (text: string, record: any, index: number) => {
return index + 1;
},
@@ -75,7 +75,7 @@ const LoginLog = ({ data }: any) => {
dataSource={data}
rowKey="id"
size="middle"
scroll={{ x: 768 }}
scroll={{ x: 1000 }}
sticky
/>
</>