From f62d77d4b1eb8b6a751d99fe761af2b056bb4ac1 Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Sat, 17 Aug 2024 09:36:24 +0800
Subject: [PATCH] 细节修改

---
 gz-customerSystem/src/components/TableView/index.jsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gz-customerSystem/src/components/TableView/index.jsx b/gz-customerSystem/src/components/TableView/index.jsx
index 2d1dd1a..6ef01a6 100644
--- a/gz-customerSystem/src/components/TableView/index.jsx
+++ b/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';

--
Gitblit v1.8.0