|
|
@ -809,7 +809,7 @@ function RegisterAly() { |
|
|
|
<p> |
|
|
|
共查询到<span> {Data?.total || 0}</span>条数据 |
|
|
|
</p> |
|
|
|
{Data?.total && ( |
|
|
|
{Data?.total ? ( |
|
|
|
<ExportBtnNew |
|
|
|
children={ |
|
|
|
<Button className="export-btn" size="medium" type="primary"> |
|
|
@ -826,7 +826,7 @@ function RegisterAly() { |
|
|
|
isTableModule={true} |
|
|
|
onOk={ReportPaySummaryReport} |
|
|
|
/> |
|
|
|
)} |
|
|
|
):""} |
|
|
|
</div> |
|
|
|
<ResultFlow |
|
|
|
hasLoad={true} |
|
|
|