This website works better with JavaScript.
Home
Explore
Help
Sign In
wayne.lee
/
tsms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
update remaining budget in project res. summ.
tags/Baseline_180220205_Frontend
MSI\derek
10 months ago
parent
738f3f3241
commit
e68a79ed08
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/ProjectResourceSummary/ProjectResourceSummary.tsx
+ 1
- 1
src/components/ProjectResourceSummary/ProjectResourceSummary.tsx
View File
@@ -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%"}}>
Write
Preview
Loading…
Cancel
Save