| @@ -45,7 +45,7 @@ export default function SearchPublicNoticeTable({ recordList }) { | |||||
| ]; | ]; | ||||
| return ( | return ( | ||||
| <div style={{ height: 400, width: '100%' }}> | |||||
| <div style={{ minHeight: 400, width: '100%' }}> | |||||
| <FiDataGrid | <FiDataGrid | ||||
| rowHeight={80} | rowHeight={80} | ||||
| @@ -45,7 +45,7 @@ export default function SearchPublicNoticeTable({ recordList }) { | |||||
| ]; | ]; | ||||
| return ( | return ( | ||||
| <div style={{ height: 400, width: '100%' }}> | |||||
| <div style={{ minHeight:400, width: '100%' }}> | |||||
| <FiDataGrid | <FiDataGrid | ||||
| rowHeight={80} | rowHeight={80} | ||||
| @@ -69,7 +69,7 @@ const Index = () => { | |||||
| function doPayment() { | function doPayment() { | ||||
| setIsPopUp(false); | setIsPopUp(false); | ||||
| navigate('/paymentPage', { state: { amount: fee, appIdList: [record.id] } }); | |||||
| navigate('/paymentPage', { state: { amount: fee, appIdList: [record?.appId] } }); | |||||
| } | } | ||||
| return ( | return ( | ||||
| @@ -152,7 +152,7 @@ export default function SubmittedTab({ rows }) { | |||||
| columns={columns} | columns={columns} | ||||
| initialState={{ | initialState={{ | ||||
| pagination: { | pagination: { | ||||
| paginationModel: { page: 0, pageSize: 5 }, | |||||
| paginationModel: { page: 0, pageSize: 20 }, | |||||
| }, | }, | ||||
| }} | }} | ||||
| onRowSelectionModelChange={(newSelection) => { | onRowSelectionModelChange={(newSelection) => { | ||||
| @@ -101,7 +101,7 @@ export default function SearchPublicNoticeTable({ recordList }) { | |||||
| columns={columns} | columns={columns} | ||||
| initialState={{ | initialState={{ | ||||
| pagination: { | pagination: { | ||||
| paginationModel: { page: 0, pageSize: 10 }, | |||||
| paginationModel: { page: 0, pageSize: 20 }, | |||||
| }, | }, | ||||
| }} | }} | ||||
| onRowDoubleClick={handleRowDoubleClick} | onRowDoubleClick={handleRowDoubleClick} | ||||