forked from gzzfw/frontEnd/gzDyh

dminyi
2024-08-17 f62d77d4b1eb8b6a751d99fe761af2b056bb4ac1
gz-customerSystem/src/components/TableView/index.jsx
@@ -2,14 +2,14 @@
 * @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';