-
- 策略信息
-
-
-
-
- 模板1
- 开/关
- 0%
- 100%
-
-
-
-
-
-
-
-
-
-
- {{chargeStatusOptions[scope.row.chargeStatus]}}
-
-
-
-
-
+
+
+ 策略信息
+
+
+
+
+ {{
+ info.mainStrategyName || "-"
+ }}
+ {{
+ mainInfo.sdcLimit === 1 ? "开" : mainInfo.sdcLimit === 0 ? "关" : "-"
+ }}
+ {{
+ formatNumber(mainInfo.sdcDown)
+ }}
+ {{
+ formatNumber(mainInfo.sdcUp)
+ }}
+
+
+
+
+
+
+
+
+ {{ chargeStatusOptions[scope.row.chargeStatus] }}
+
+
+
+
+