|
@@ -5,15 +5,18 @@
|
|
|
<img src='../../assets/close.png' alt />
|
|
|
</div>
|
|
|
<div class='bomb-left'>
|
|
|
- <div class='bomb-left1'>当前策略{{data.isExecuted}}</div>
|
|
|
+ <div class='bomb-left1'>当前策略</div>
|
|
|
<div
|
|
|
class='bomb-left2'
|
|
|
+ v-if='data.openTime'
|
|
|
>开机时间 {{data.openTime?(data.openTime.slice(0,2)+":"+ data.openTime.slice(2,4)):'--'}} - {{data.openTime?(data.openTime.slice(0,2)+":"+ data.openTime.slice(2,4)):'--'}}</div>
|
|
|
<div
|
|
|
class='bomb-left2'
|
|
|
+ v-else-if='data.offTime'
|
|
|
>关机时间 {{data.offTime?(data.offTime.slice(0,2)+":"+ data.offTime.slice(2,4)):'--'}} - {{data.offTime?(data.offTime.slice(0,2)+":"+ data.offTime.slice(2,4)):'--'}}</div>
|
|
|
<div
|
|
|
class='bomb-left2'
|
|
|
+ v-else
|
|
|
>应执行时间 {{data.executeTime?(data.executeTime.slice(8,10)+":"+ data.executeTime.slice(10,12)):'--'}} - {{data.executeTime?(data.executeTime.slice(8,10)+":"+ data.executeTime.slice(10,12)):'--'}}</div>
|
|
|
<div class='bomb-left3'>策略可靠度</div>
|
|
|
<div id='circleEcharts' style='width:170px;height:204px'></div>
|