Invesment

Add:
- dummy-data-not-publish
- BoxDetailDataSection

Fix:
- investment/[id]/[status]/detail: fix basic ui

## No Issue
This commit is contained in:
2025-07-31 10:41:16 +08:00
parent b3be6a7f53
commit 56d074260e
3 changed files with 190 additions and 105 deletions

View File

@@ -0,0 +1,32 @@
const listDataNotPublish = [
{
label: "Target Dana",
value: "Rp. 7.500.000",
},
{
label: "Harga Per Lembar",
value: "Rp. 2.400",
},
{
label: "Return Of Investment (ROI)",
value: "3 %",
},
{
label: "Total Lembar",
value: "1.200",
},
{
label: "Jadwal Pembagian",
value: "Rp. 2.880.000",
},
{
label: "Pembagian Deviden",
value: "Selamanya",
},
{
label: "Pencarian Investor",
value: "30 Hari",
},
];
export {listDataNotPublish};