#
luxiaotao1123
2024-02-27 03df7542cd456dc3e63a33cdd1f4cced5364f867
zy-asrs-flow/src/pages/system/userLogin/index.jsx
@@ -293,8 +293,11 @@
                    cardBordered
                    scroll={{ x: 1300 }}
                    dateFormatter="string"
                    pagination={{ pageSize: 20 }}
                    pagination={{ pageSize: 16 }}
                    search={false}
                    style={{
                        marginBottom: '20px'
                    }}
                    toolbar={{
                        search: {
                            onSearch: (value) => {
@@ -344,15 +347,12 @@
                            }
                        })
                    }
                    rowSelection={{
                        onChange: (ids, rows) => {
                            setSelectedRows(rows);
                        }
                    }}
                    rowSelection={undefined}
                    columnsState={{
                        persistenceKey: TABLE_KEY,
                        persistenceType: 'localStorage',
                        defaultValue: {
                            system: { show: repairBug(TABLE_KEY, 'system', false) },
                            option: { fixed: 'right', disable: true },
                        },
                        onChange(value) {