Merge branch '20230128-评审室(评标室),初审和详审结果汇总表,切换每页条数无变化' into 'release_20230210'

1.28 评审室(评标室),初审和详审结果汇总表,切换每页条数无变化

See merge request eshop/fe_service_ebtp_frontend!148
This commit is contained in:
jl-zhoujl2
2023-02-10 08:23:37 +00:00
6 changed files with 6 additions and 0 deletions

View File

@ -299,6 +299,7 @@ class BPR extends PureComponent {
defaultPageSize={3}
onChange={onChange}
size="small"
showSizeChanger={false}
/>
</Spin>
</>

View File

@ -295,6 +295,7 @@ class BPM extends PureComponent {
total={total!="" && total}
defaultPageSize={3}
onChange={onChange}
showSizeChanger={false}
size="small"
/>
</Spin>

View File

@ -216,6 +216,7 @@ const PreliminarySummary: React.FC<BidPreliminarySummaryProps> = (props) => {
defaultPageSize={pageSize}
total={totalSupplier.length}
showTotal={(total) => `${total}家供应商`}
showSizeChanger={false}
size="small"
/>
<Table bordered pagination={false} columns={tcolumns} dataSource={totalData} key="1" />

View File

@ -336,6 +336,7 @@ const BidPreliminarySummary: React.FC<BidPreliminarySummaryProps> = (props) => {
defaultPageSize={pageSize}
total={totalSupplier.length}
showTotal={(total) => `${total}家供应商`}
showSizeChanger={false}
/>
<Table bordered pagination={false} columns={tableColumns} dataSource={tableDataSource} key="1" />
</> : null}

View File

@ -309,6 +309,7 @@ class BPR extends PureComponent {
defaultPageSize={3}
onChange={onChange}
size="small"
showSizeChanger={false}
/>
</Spin>
</>

View File

@ -309,6 +309,7 @@ class BPR extends PureComponent {
defaultPageSize={3}
onChange={onChange}
size="small"
showSizeChanger={false}
/>
</Spin>
</>