diff --git a/pages/detail/detail.vue b/pages/detail/detail.vue
index 9c11091..9e51fb0 100755
--- a/pages/detail/detail.vue
+++ b/pages/detail/detail.vue
@@ -57,6 +57,72 @@
+
+
+
+
+
+
+
+ 加载中...
+
+
+
+
+ 暂无收益数据
+
+
+
+
+
+
+
+
+ {{ tooltipDate }}
+ 净值: {{ tooltipNav.toFixed(4) }}
+
+ 收益: {{ tooltipReturn >= 0 ? '+' : '' }}{{ tooltipReturn.toFixed(2) }}%
+
+
+
+
+
+
+
+ 总收益
+
+ {{ navStatistics.totalReturn >= 0 ? '+' : '' }}{{ navStatistics.totalReturn.toFixed(2) }}%
+
+
+
+ 最大回撤
+ {{ navStatistics.maxDrawdown.toFixed(2) }}%
+
+
+ 夏普比率
+ {{ navStatistics.sharpeRatio.toFixed(2) }}
+
+
+ 波动率
+ {{ navStatistics.volatility.toFixed(2) }}%
+
+
+
+
+