This website works better with JavaScript.
首頁
探索
說明
登入
wayne.lee
/
tsms
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
2
Wiki
Activity
瀏覽代碼
update remaining budget in project res. summ.
tags/Baseline_180220205_Frontend
MSI\derek
10 月之前
父節點
738f3f3241
當前提交
e68a79ed08
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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%"}}>
Write
Preview
Loading…
取消
儲存