| | |
| | | * @Company: hugeInfo |
| | | * @Author: ldh |
| | | * @Date: 2022-03-10 11:25:15 |
| | | * @LastEditTime: 2023-05-08 11:01:18 |
| | | * @LastEditors: lwh |
| | | * @LastEditTime: 2024-08-16 10:14:05 |
| | | * @LastEditors: dminyi 1301963064@qq.com |
| | | * @Version: 1.0.0 |
| | | * @Description: 公共Table封装组件 |
| | | */ |
| | | import React from 'react'; |
| | | import PropTypes from 'prop-types'; |
| | | import { Space, Table, Tooltip } from 'antd'; |
| | | import { Space, Tooltip, Table } from 'antd'; |
| | | import { ReloadOutlined, FolderFilled } from '@ant-design/icons'; |
| | | import * as $$ from '../../utils/utility'; |
| | | import './index.less'; |