#
luxiaotao1123
2024-02-20 ed3a924c86947320d0cc190acbf51d409c3a7535
#
1个文件已修改
11 ■■■■ 已修改文件
zy-asrs-flow/src/pages/system/user/index.jsx 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/user/index.jsx
@@ -1,6 +1,6 @@
import React, { useState, useRef, useEffect } from 'react';
import { Button, message, Modal } from 'antd';
import { Button, message, Modal, Row, Col, Card } from 'antd';
import {
    FooterToolbar,
    PageContainer,
@@ -422,7 +422,11 @@
                breadcrumb: {},
            }}
        >
            <div style={{ width: '100%', float: 'right' }}>
            <Row gutter={[16, 24]}>
                <Col lg={6} md={24}>
                    {/* tree */}
                </Col>
                <Col lg={18} md={24}>
                <ProTable
                    key="user"
                    rowKey="id"
@@ -497,7 +501,7 @@
                        },
                    }}
                />
            </div>
                </Col>
            {selectedRows?.length > 0 && (
                <FooterToolbar
@@ -557,6 +561,7 @@
                }
                }
            />
            </Row>
        </PageContainer>
    );
};