guoxiaohuan 5 years ago
parent
commit
be355ac5ea
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/strategy/waterUnit.vue

+ 3 - 3
src/views/strategy/waterUnit.vue

@@ -46,7 +46,7 @@
             <div class='starte-right-box-1-content'>
                 <p>大</p>
                 <p>小</p>
-                <p>运行频率</p>
+                <p>{{type==2?'运行频率设定':'运行频率'}}</p>
             </div>
         </div>
         <div class='strate-right-box-1' :class='type==2?"content1":""'>
@@ -69,7 +69,7 @@
             <div class='starte-right-box-1-content'>
                 <p>大</p>
                 <p>小</p>
-                <p>运行频率</p>
+                <p>{{type==2?'运行频率设定':'运行频率'}}</p>
             </div>
         </div>
         <div class='strate-right-box-1' :class='type==2?"content1":""'>
@@ -92,7 +92,7 @@
             <div class='starte-right-box-1-content'>
                 <p>大</p>
                 <p>小</p>
-                <p>运行频率</p>
+                <p>{{type==2?'运行频率设定':'运行频率'}}</p>
             </div>
         </div>
     </div>