Invesment

Add :
-  lib/dummy-data/_master/bank.ts
- investment/[id]/(transaction-flow)/select-bank.tsx
- /investment/[id]/(transaction-flow)/process.tsx
- investment/[id]/(transaction-flow)/invoice.tsx

## No Issue
This commit is contained in:
2025-07-31 17:47:46 +08:00
parent cc35bc6907
commit 8e31df660a
9 changed files with 293 additions and 9 deletions

View File

@@ -29,8 +29,10 @@ export default function Invesment_DetailDataPublishSection({
}
bottomSection={bottomSection}
/>
<Investment_ButtonStatusSection status={status as string} />
{buttonSection}
<Investment_ButtonStatusSection
status={status as string}
buttonPublish={buttonSection}
/>
</StackCustom>
<Spacing />
</>