diff --git a/src/views/trend/index.vue b/src/views/trend/index.vue
index daf7d91..ea23f0f 100644
--- a/src/views/trend/index.vue
+++ b/src/views/trend/index.vue
@@ -41,7 +41,7 @@
-
+
-
+
东财指数
@@ -456,6 +456,36 @@
/>
+
+
+ 能量值
+
+
+

+

+
+
+

+

+
+
+
涨跌幅
成交额
@@ -485,6 +515,35 @@
/>
+
+
+ 成交排名
+
+
+

+

+
+
+

+

+
+
成交占比
@@ -659,19 +718,113 @@
/>
-
涨停占比
-
跌停占比
-
上涨占比
-
平盘占比
-
下跌占比
+
+
+ 下跌
+
+
+

+

+
+
+

+

+
+
+
是否新高
+
是否新低
-
+
东财指数
+
+
+ 5日排名
+
+
+ 10日排名
+
+
+ 20日排名
+
+
+ 30日排名
+
+
+

+

+
+
+

+

+
+
- 当日排名
+ 能量值
+
+
+

+

+
+
+

+

+
+
+
涨跌幅
+
-
涨停占比
-
跌停占比
-
上涨占比
-
平盘占比
-
下跌占比
+
+
+ 下跌
+
+
+

+

+
+
+

+

+
+
{{ (item.turnover/100).toFixed(2) }}
-
-
{{ (item.turnoverChange/100).toFixed(2) }}
+
+
+
{{ (item.turnoverChange/100*-1).toFixed(2) }}
-
-
+
- {{ Math.abs((item.turnoverChange/100).toFixed(2)) }}
+ {{ Math.abs((item.turnoverChange/100).toFixed(2))*-1 }}
{{ (item.turnover5/100).toFixed(2) }}
-
-
{{ (item.turnover5Change/100).toFixed(2) }}
+
+
{{ (item.turnover5Change/100*-1).toFixed(2) }}
-
-
+
- {{ Math.abs((item.turnover5Change/100).toFixed(2)) }}
+ {{ Math.abs((item.turnover5Change/100).toFixed(2))*-1 }}
{{ (item.turnover10/100).toFixed(2) }}
-
-
{{ (item.turnover10Change/100).toFixed(2) }}
+
+
{{ (item.turnover10Change/100*-1).toFixed(2) }}
-
-
+
- {{ Math.abs((item.turnover10Change/100).toFixed(2)) }}
+ {{ Math.abs((item.turnover10Change/100).toFixed(2)) * -1 }}
