1.28 评审室(评标室),初审和详审结果汇总表,切换每页条数无变化
This commit is contained in:
@ -299,6 +299,7 @@ class BPR extends PureComponent {
|
|||||||
defaultPageSize={3}
|
defaultPageSize={3}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
size="small"
|
size="small"
|
||||||
|
showSizeChanger={false}
|
||||||
/>
|
/>
|
||||||
</Spin>
|
</Spin>
|
||||||
</>
|
</>
|
||||||
|
@ -295,6 +295,7 @@ class BPM extends PureComponent {
|
|||||||
total={total!="" && total}
|
total={total!="" && total}
|
||||||
defaultPageSize={3}
|
defaultPageSize={3}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
|
showSizeChanger={false}
|
||||||
size="small"
|
size="small"
|
||||||
/>
|
/>
|
||||||
</Spin>
|
</Spin>
|
||||||
|
@ -216,6 +216,7 @@ const PreliminarySummary: React.FC<BidPreliminarySummaryProps> = (props) => {
|
|||||||
defaultPageSize={pageSize}
|
defaultPageSize={pageSize}
|
||||||
total={totalSupplier.length}
|
total={totalSupplier.length}
|
||||||
showTotal={(total) => `共${total}家供应商`}
|
showTotal={(total) => `共${total}家供应商`}
|
||||||
|
showSizeChanger={false}
|
||||||
size="small"
|
size="small"
|
||||||
/>
|
/>
|
||||||
<Table bordered pagination={false} columns={tcolumns} dataSource={totalData} key="1" />
|
<Table bordered pagination={false} columns={tcolumns} dataSource={totalData} key="1" />
|
||||||
|
@ -336,6 +336,7 @@ const BidPreliminarySummary: React.FC<BidPreliminarySummaryProps> = (props) => {
|
|||||||
defaultPageSize={pageSize}
|
defaultPageSize={pageSize}
|
||||||
total={totalSupplier.length}
|
total={totalSupplier.length}
|
||||||
showTotal={(total) => `共${total}家供应商`}
|
showTotal={(total) => `共${total}家供应商`}
|
||||||
|
showSizeChanger={false}
|
||||||
/>
|
/>
|
||||||
<Table bordered pagination={false} columns={tableColumns} dataSource={tableDataSource} key="1" />
|
<Table bordered pagination={false} columns={tableColumns} dataSource={tableDataSource} key="1" />
|
||||||
</> : null}
|
</> : null}
|
||||||
|
@ -309,6 +309,7 @@ class BPR extends PureComponent {
|
|||||||
defaultPageSize={3}
|
defaultPageSize={3}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
size="small"
|
size="small"
|
||||||
|
showSizeChanger={false}
|
||||||
/>
|
/>
|
||||||
</Spin>
|
</Spin>
|
||||||
</>
|
</>
|
||||||
|
@ -309,6 +309,7 @@ class BPR extends PureComponent {
|
|||||||
defaultPageSize={3}
|
defaultPageSize={3}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
size="small"
|
size="small"
|
||||||
|
showSizeChanger={false}
|
||||||
/>
|
/>
|
||||||
</Spin>
|
</Spin>
|
||||||
</>
|
</>
|
||||||
|
Reference in New Issue
Block a user