样式优化整合
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import { UnorderedListOutlined } from "@ant-design/icons"
|
||||
import ProTable, { ActionType, ProColumns } from "@ant-design/pro-table"
|
||||
import tableProps from '@/utils/tableProps';
|
||||
import { Button, Card, Divider, message } from "antd"
|
||||
import React, { useEffect, useRef, useState } from "react"
|
||||
import BiddingDocument from "./components/BiddingDocument"
|
||||
@ -115,8 +116,7 @@ const BiddingDocumentList: React.FC<{}> = (props) => {
|
||||
pageSize: dataSourceNum,
|
||||
current: dataSourcePage,
|
||||
total: dataSourceAllNum,
|
||||
showQuickJumper: true,
|
||||
pageSizeOptions: ['10', '20', '50'],
|
||||
...tableProps.pagination,
|
||||
onShowSizeChange: ((current, size) => setDataSourceNum(size)),
|
||||
onChange: ((page, pageSize) => setDataSourcePage(page))
|
||||
}}
|
||||
|
Reference in New Issue
Block a user