This commit is contained in:
2026-02-26 17:04:46 +08:00
parent 1e4a361f3c
commit db9ef059dc

View File

@@ -51,7 +51,7 @@ func ClosedTable() {
tPNLR = utils.FloatRound(((sell-cost)/cost)*100, 2)
tw.AppendFooter(table.Row{"", "", "", "TOTAL", utils.FloatRound(cost, 2), utils.FloatRound(sell, 2), utils.FloatRound(tPNL, 2), tPNLR})
tw.AppendFooter(table.Row{"", "", "", "TOTAL", utils.FloatRound(cost, 2), "", utils.FloatRound(sell, 2), utils.FloatRound(tPNL, 2), tPNLR})
fmt.Println(tw.Render())
}