fix: File view

Deksripsi:
- Tampilan file view pdf
- Optimalisasi admin
## No Isuue
This commit is contained in:
2024-09-06 11:36:53 +08:00
parent 74108c3096
commit 84b7b381f6
112 changed files with 2230 additions and 807 deletions

View File

@@ -31,6 +31,7 @@ export interface MODEL_INVESTASI {
masterStatusInvestasiId: string;
author: MODEL_PROFILE_OLD;
countDown: Date;
Investasi_Invoice: MODEL_INVOICE_INVESTASI[];
}
export interface MODEL_Transaksi_Investasi {
@@ -128,11 +129,11 @@ export interface MODEL_INVOICE_INVESTASI {
masterBankId: string;
statusInvoiceId: string;
authorId: string;
Author: MODEL_USER
Author: MODEL_USER;
imagesId: string;
MasterBank: MODEL_MASTER_BANK;
StatusInvoice: MODEL_STATUS_INVOICE_INVESTASI;
Investor: any[];
}
export interface MODEL_STATUS_INVOICE_INVESTASI {