From a54284270f39f155960e7bd9d0921e7b204ccdae Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Tue, 03 Sep 2024 11:31:31 +0800 Subject: [PATCH] feat: 事件流转回退弹窗、文件样式调整 --- 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