guoxiaohuan 5 년 전
부모
커밋
be355ac5ea
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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>