소스 검색

remove old formula

tags/Baseline_30082024_FRONTEND_UAT
Mac\David 1 년 전
부모
커밋
181d01cb97
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/components/ProjectFinancialSummary/ProjectFinancialSummary.tsx

+ 2
- 2
src/components/ProjectFinancialSummary/ProjectFinancialSummary.tsx 파일 보기

@@ -550,12 +550,12 @@ const columns2 = [
</div>
))}
</div>
<hr></hr>
{/* <hr></hr>
<div className="ml-10 text-base"><strong>-{t("Formula")}-</strong></div>
<div className="ml-10 text-sm"><strong>CPI:</strong> {t("Invoiced Amount")} / {t("Cumulative Expenditure")}</div>
<div className="ml-10 text-sm"><strong>{t("Cash Flow Status")}: </strong>{`${t("Positive when CPI")}`}</div>
<div className="ml-10 text-sm"><strong>{t("Projected CPI")}:</strong> {t("Project Fee")} / {t("Cumulative Expenditure")}</div>
<div className="ml-10 text-sm mb-5"><strong>{t("Cash Flow Status")}: </strong>{t("Positive when Projected CPI")}</div>
<div className="ml-10 text-sm mb-5"><strong>{t("Cash Flow Status")}: </strong>{t("Positive when Projected CPI")}</div> */}
</Card>
<Card className="mt-5">
<div style={{display:"inline-block"}}>


불러오는 중...
취소
저장