Browse Source

feat()修复部分bug

tags/PMS_Frontend_v1.0.6-develop
janedididada 1 year ago
parent
commit
da076e94e5
  1. 16
      src/pages/FinancialMgm/OrderInquiry/ParkingOrderInquiry/index.jsx

16
src/pages/FinancialMgm/OrderInquiry/ParkingOrderInquiry/index.jsx

@ -898,6 +898,7 @@ function ParkingOrderInquiry(props) {
):null} */}
{
tabKeyChild == 1 ?
<<<<<<< Updated upstream
<div style={{ height: '800px' }}>
<TableModule
columns={acdColums}
@ -911,6 +912,21 @@ function ParkingOrderInquiry(props) {
search={searchOther}
/>
</div>
=======
<div style={{ height: '800px' }}>
<TableModule
columns={acdColums}
tableData={resultData}
formSearch={[ash[25], ash[0], ash[1], ash[2], ash[3], ash[18], ash[5], ash[12], ash[26], ash[29]]}
total={total}
initFormData={{ type: 1 }}
rowKey={"order_id"}
exportUrl={'/api/fin/order_search/arrears_order_export'}
limitCon={limitCon}
search={searchOther}
/>
</div>
>>>>>>> Stashed changes
: null
}
</Tabs.TabPane>

Loading…
Cancel
Save