|
@@ -1,7 +1,7 @@
|
|
|
import CustomListModel from '@/components/CustomList'
|
|
|
import Tables from '@/components/Tables'
|
|
|
import { FullscreenExitOutlined, FullscreenOutlined, QuestionCircleOutlined, RedoOutlined, SearchOutlined, SettingOutlined } from '@ant-design/icons'
|
|
|
-import { useDebounceFn, useFullscreen, useThrottleFn, useUpdateEffect } from 'ahooks'
|
|
|
+import { useDebounceFn, useFullscreen, useThrottleFn } from 'ahooks'
|
|
|
import { Button, Card, Col, Row, Space, Tag, Tooltip, } from 'antd'
|
|
|
import React, { useEffect, useRef, useState, useCallback } from 'react'
|
|
|
import style from './index.less'
|
|
@@ -60,7 +60,7 @@ interface Prosp {
|
|
|
export const version = '1.0.0'
|
|
|
|
|
|
function TableData(props: Prosp) {
|
|
|
-
|
|
|
+ console.log('--start--', new Date().getTime())
|
|
|
/*************************/
|
|
|
const { isZj, totalData, czChild, scroll, title, tips, dataSource, expandedRowRender, isVirtually = true, rowSelection, sortData, headerHeight, className, rowClassName, leftChild, page = undefined, pageSize = undefined, size = 'small', total = 0, onChange, config, configName, ajax, fixed = { left: 0, right: 1 }, summary, estimatedRowHeight } = props
|
|
|
const [visible, setVisible] = useState<boolean>(false)
|
|
@@ -359,7 +359,7 @@ const Tab = React.memo((props: any) => {
|
|
|
}
|
|
|
}
|
|
|
}, [isZj, ran])
|
|
|
-
|
|
|
+ console.log('--end--', new Date().getTime())
|
|
|
return < Col span={24} >
|
|
|
<div className={`${style[size]} ${className ? style[className] : ''} `}>
|
|
|
{
|