diff --git a/src/views/invest/investDealAnalysis/index.vue b/src/views/invest/investDealAnalysis/index.vue new file mode 100644 index 0000000..9af79b0 --- /dev/null +++ b/src/views/invest/investDealAnalysis/index.vue @@ -0,0 +1,525 @@ + + + + 查询条件 + + + + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + + + + + 收益金额 + + {{ account.amount }} + + + + + + + + + 盈利金额 + + {{ account.income }} + + + + + + + + + 亏损金额 + + {{ account.expenses }} + + + + + + + + + 盈利笔数 + + {{ account.incomeCount }} 笔 + + + + + + + + + 亏损笔数 + + {{ account.expensesCount }} 笔 + + + + + + 投资账户收益统计 + + + + + + + + + + + + + + + {{ scope.$index + 1 }} + + + + + + + + + + + + + + + +