万元
%
公积金 3.0%
商贷 3.1%
参考 3.5%
📊 计算结果
月供(首月)
-
支付总利息
-
元
还款总额
-
元
利息占比
-
利息 / 还款总额
<div class="section-title">🍩 本金与利息占比</div>
<div class="pie-chart-container" id="pieChart"></div>
<div class="section-title">📈 月供结构趋势(按年)</div>
<div class="chart-container" id="barChartArea"></div>
<div class="schedule-section">
<div class="section-title">📋 每月还款明细</div>
<button class="schedule-toggle" id="scheduleBtn" onclick="toggleSchedule()">展开还款明细表</button>
<div class="schedule-table-wrap" id="scheduleWrap">
<table class="schedule-table">
<thead>
<tr>
<th>期数</th>
<th>月供(元)</th>
<th>本金(元)</th>
<th>利息(元)</th>
<th>剩余本金(元)</th>
</tr>
</thead>
<tbody id="scheduleBody"></tbody>
</table>
</div>
</div>