|
import { FullscreenExitOutlined, FullscreenOutlined, QuestionCircleOutlined, RedoOutlined, SearchOutlined, SettingOutlined } from '@ant-design/icons'
|
|
import { FullscreenExitOutlined, FullscreenOutlined, QuestionCircleOutlined, RedoOutlined, SearchOutlined, SettingOutlined } from '@ant-design/icons'
|
|
import { Button, Card, Col, Row, Space, Tag, Tooltip, } from 'antd'
|
|
import { Button, Card, Col, Row, Space, Tag, Tooltip, } from 'antd'
|
|
import React, { useEffect, useRef, useState, useCallback } from 'react'
|
|
import React, { useEffect, useRef, useState, useCallback } from 'react'
|
|
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 { 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
|