Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
F
fund_report
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭熊
fund_report
Commits
1a70948f
Commit
1a70948f
authored
Dec 04, 2020
by
赵杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复最大回撤
parent
99f0d79b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
monthReportV2.html
app/templates/v2/monthReportV2.html
+1
-1
jinjia2html.py
app/utils/jinjia2html.py
+1
-1
No files found.
app/templates/v2/monthReportV2.html
View file @
1a70948f
...
...
@@ -1264,7 +1264,7 @@
<tr>
<td>
{{cost_of_investment}}
</td>
<td>
{{annualised_return}}
</td>
<td>
{{
max_withdrawal
}}
</td>
<td>
{{
index_comparison["max_withdrawal"]
}}
</td>
</tr>
</table>
<table
border=
"1"
style=
"margin: 0;"
>
...
...
app/utils/jinjia2html.py
View file @
1a70948f
...
...
@@ -171,7 +171,7 @@ class DataIntegrate:
'year_month'
:
'2020年10月'
,
'ifa_company'
:
'飞度工作室'
,
'title'
:
'10月综述'
,
'brand_name'
:
'飞度工作室'
,
'customer_old'
:
42
,
'customer_level'
:
'平衡型'
,
'new_evaluation'
:
self
.
new_evaluation
,
#
'new_evaluation': self.new_evaluation,
'position_years'
:
'5年'
,
'planned_allocation_amount'
:
2000.00
,
'now_allocation_amount'
:
self
.
total_cost
,
'now_yield'
:
self
.
now_yield
,
'index_yield'
:
self
.
index_yield
,
'expected_yield'
:
20
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment