修复每页数量无效的问题
This commit is contained in:
parent
a0ee283f25
commit
ad9a8e5ccf
@ -101,7 +101,7 @@ const AssetUser = ({active, id}) => {
|
||||
labelWidth: 'auto',
|
||||
}}
|
||||
pagination={{
|
||||
pageSize: 10,
|
||||
defaultPageSize: 10,
|
||||
}}
|
||||
dateFormatter="string"
|
||||
headerTitle="授权的用户列表"
|
||||
|
@ -102,7 +102,7 @@ const AssetUserGroup = ({id, active}) => {
|
||||
labelWidth: 'auto',
|
||||
}}
|
||||
pagination={{
|
||||
pageSize: 10,
|
||||
defaultPageSize: 10,
|
||||
}}
|
||||
dateFormatter="string"
|
||||
headerTitle="授权的用户组列表"
|
||||
|
@ -102,7 +102,7 @@ const LoginPolicyBind = ({visible, loginPolicyId}) => {
|
||||
labelWidth: 'auto',
|
||||
}}
|
||||
pagination={{
|
||||
pageSize: 10,
|
||||
defaultPageSize: 10,
|
||||
}}
|
||||
dateFormatter="string"
|
||||
headerTitle="用户列表"
|
||||
|
@ -95,7 +95,7 @@ const LoginPolicyUser = ({active, loginPolicyId}) => {
|
||||
labelWidth: 'auto',
|
||||
}}
|
||||
pagination={{
|
||||
pageSize: 10,
|
||||
defaultPageSize: 10,
|
||||
}}
|
||||
dateFormatter="string"
|
||||
headerTitle="绑定用户列表"
|
||||
|
@ -114,7 +114,7 @@ const SessionCommandRecord = ({visible, sessionId}) => {
|
||||
labelWidth: 'auto',
|
||||
}}
|
||||
pagination={{
|
||||
pageSize: 10,
|
||||
defaultPageSize: 10,
|
||||
}}
|
||||
dateFormatter="string"
|
||||
headerTitle="命令记录"
|
||||
|
@ -101,7 +101,7 @@ const UserAsset = ({active, id, type}) => {
|
||||
labelWidth: 'auto',
|
||||
}}
|
||||
pagination={{
|
||||
pageSize: 10,
|
||||
defaultPageSize: 10,
|
||||
}}
|
||||
dateFormatter="string"
|
||||
headerTitle="授权的资产列表"
|
||||
|
@ -109,7 +109,7 @@ const UserLoginPolicy = ({active, userId}) => {
|
||||
labelWidth: 'auto',
|
||||
}}
|
||||
pagination={{
|
||||
pageSize: 10,
|
||||
defaultPageSize: 10,
|
||||
}}
|
||||
dateFormatter="string"
|
||||
headerTitle="用户登录策略"
|
||||
|
@ -191,7 +191,7 @@ const MyAsset = () => {
|
||||
labelWidth: 'auto',
|
||||
}}
|
||||
pagination={{
|
||||
pageSize: 10,
|
||||
defaultPageSize: 10,
|
||||
}}
|
||||
dateFormatter="string"
|
||||
headerTitle="资产列表"
|
||||
|
Loading…
Reference in New Issue
Block a user