Просмотр исходного кода

update remaining budget in project res. summ.

tags/Baseline_180220205_Frontend
MSI\derek 10 месяцев назад
Родитель
Сommit
e68a79ed08
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/components/ProjectResourceSummary/ProjectResourceSummary.tsx

+ 1
- 1
src/components/ProjectResourceSummary/ProjectResourceSummary.tsx Просмотреть файл

@@ -702,7 +702,7 @@ const columns2 = [
</u>
</div>
<div style={infoDataStyle}>
HKD ${remainingBudget.toFixed(2)}
HKD ${(remainingBudget - expense).toFixed(2)}
</div>
</div>
<div style={{ display: "inline-block", width: "33%"}}>


Загрузка…
Отмена
Сохранить