Commit edd8f84d authored by 赵杰's avatar 赵杰

模板单位

parent f1a9a1e9
......@@ -1559,21 +1559,21 @@
<th>基金简称</th>
<th>买入时间</th>
<th>存续年数</th>
<th>投资本金 (万元</th>
<th>当月收益</th>
<th>当月收益率</th>
<th>月末市值 (万元</th>
<th>月末占比</th>
<th>累计收益</th>
<th>累计收益率</th>
<th>年化收益率</th>
<th>投资本金 (万元)</th>
<th>当月收益 (万元)</th>
<th>当月收益率 (%)</th>
<th>月末市值 (万元)</th>
<th>月末占比 (%)</th>
<th>累计收益 (万元)</th>
<th>累计收益率 (%)</th>
<th>年化收益率 (%)</th>
</tr>
{% for one in group_hoding_info %}
<tr>
<td rowspan="1">{{one.fund_strategy_name}}</td>
<td>{{one.fund_name}}</td>
<td class="text_red">{{one.confirm_date}}</td>
<td class="text_green">{{one.hold_year}}</td>
<td>{{one.confirm_date}}</td>
<td>{{one.hold_year}}</td>
<td>{{one.cost}}</td>
<td>{{one.profit}}</td>
<td>{{one.month_return_ratio}}</td>
......@@ -1590,7 +1590,7 @@
<td>{{group_hoding_info_total["cur_month_profit"]}}</td>
<td>{{group_hoding_info_total["cur_month_profit_ratio"]}}</td>
<td>{{group_hoding_info_total["ending_assets"]}}</td>
<td>100</td>
<td>100%</td>
<td>{{group_hoding_info_total["cumulative_profit"]}}</td>
<td>{{group_hoding_info_total["cumulative_return"]}}</td>
<td>{{group_hoding_info_total["return_ratio_year"]}}</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment