|
@@ -6,7 +6,7 @@
|
|
|
<img class='nav-icon' v-if='chillerIsNotExecutedCount ' src='@/assets/shape.png' alt />
|
|
|
<span class='nav-text1' v-if='chillerIsNotExecutedCount'>今日已收到 {{chillerCount}} 条策略,其中有 {{chillerIsNotExecutedCount}} 条未执行</span>
|
|
|
<span class='nav-text' v-else>今天已收到 {{chillerCommand.chillerCount || 0}} 条策略</span>
|
|
|
- <span class='nav-look MicrYaHei' @click='lookSnapshot' v-if='chillerCommand.chillerCount&&chillerCommand.chillerCount>0'>查看</span>
|
|
|
+ <span class='nav-look MicrYaHei' @click='lookSnapshot' v-if='parseInt(chillerCommand.chillerCount)||parseInt(chillerCount )> 0'>查看</span>
|
|
|
</div>
|
|
|
<div class='strategyContainer'>
|
|
|
<div class='strate-left'>
|