+
+ {{ row.ledger_no }}
+
+ {{ walletBizTypeLabel(row.biz_type) }}
+
+
+
+ {{ ledgerDirectionLabel(row.direction) }}
+
+
+
+ {{ amountPrefix(row.direction) }}{{ formatMoney(row.amount) }}
+
+ {{ balanceTypeLabel(row.balance_type) }}
+ {{ formatMoney(row.balance_after) }}
+ {{ row.remark || '-' }}
+ {{ formatDateTime(row.created_at) }}
+
+
+