guoxiaohuan 4 年 前
コミット
bb46393598
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/strategy/index.vue

+ 1 - 1
src/views/strategy/index.vue

@@ -4,7 +4,7 @@
         <Head :headText='headText'></Head>
         <div class='nav-right'>
             <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-text1' v-if='chillerIsNotExecutedCount!=undefined'>今日已收到 {{chillerCount}} 条策略,其中有 {{chillerIsNotExecutedCount}} 条未执行</span>
             <span class='nav-text' v-else>今天已收到 {{chillerCommand.chillerCount || 0}} 条策略</span>
             <span class='nav-look MicrYaHei' @click='lookSnapshot' v-if='parseInt(chillerCommand.chillerCount)||parseInt(chillerCount )> 0'>查看</span>
         </div>