From 2baa58f9515a661d53118344e237e3441300b24f Mon Sep 17 00:00:00 2001 From: whychdw <49690745@qq.com> Date: 星期四, 03 六月 2021 17:03:40 +0800 Subject: [PATCH] 内容修改 --- src/pages/test/noLoadTest.vue | 20 +++++++++++++------- 1 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/pages/test/noLoadTest.vue b/src/pages/test/noLoadTest.vue index 3267271..419099d 100644 --- a/src/pages/test/noLoadTest.vue +++ b/src/pages/test/noLoadTest.vue @@ -46,8 +46,12 @@ <abs-panel class="diagramPanel1" title="鐩存祦閰嶇數鏌�" :list="dcBox"></abs-panel> <abs-panel class="diagramPanel2" title="鍙楄瘯鐢垫満" :list="underTestMotor"></abs-panel> <div class="thermometerCon"> - <mw-thermometer :switch="true"></mw-thermometer> - 鍙楄瘯鐢垫満<br>姘村喎寮�鍚� + <mw-thermometer :switch="value1"></mw-thermometer> + AFE鍙橀鍣�<br>姘村喎{{ value1?"寮�鍚�":"鍏抽棴" }} + <mw-thermometer :switch="value2"></mw-thermometer> + 鍙楀姛鐢垫満<br>姘村喎{{ value2?"寮�鍚�":"鍏抽棴" }} + <mw-thermometer :switch="value3"></mw-thermometer> + 鍙楄瘯鐢垫満<br>姘村喎{{ value3?"寮�鍚�":"鍏抽棴" }} </div> </div> @@ -172,11 +176,11 @@ </div> <div class="optItem"> <div class="lineTit">鍙楄瘯鐢垫満姘村喎</div> - <mw-switch v-model="value1" text="寮�鍚瘄鍏抽棴"></mw-switch> + <mw-switch v-model="value2" text="寮�鍚瘄鍏抽棴"></mw-switch> </div> <div class="optItem"> <div class="lineTit">娴嬪姛鐢垫満姘村喎</div> - <mw-switch v-model="value1" text="寮�鍚瘄鍏抽棴"></mw-switch> + <mw-switch v-model="value3" text="寮�鍚瘄鍏抽棴"></mw-switch> </div> </div> </div> @@ -194,7 +198,7 @@ </div> <div class="stepBtnCon"> <el-button type="primary" size="mini">鏌ョ湅缁撴灉</el-button> - <el-button type="primary" size="mini">瀹屾垚璇曢獙</el-button> + <el-button type="primary" size="mini">鍏抽棴璇曢獙</el-button> <el-button type="primary" size="mini" :disabled="!progressStep" @click="nextStepTest">涓嬫璇曢獙</el-button> </div> </div> @@ -272,7 +276,9 @@ }, ], text1Pos: [20, 20], - value1: true, + value1: true, // AFE鍙橀鍣ㄦ按鍐� + value2: true, // 鍙楄瘯鐢垫満姘村喎 + value3: true, // 娴嬪伐鐢垫満姘村喎 speedValue: 0, nbmspeedValue: 0, VFValue: 10, @@ -646,7 +652,7 @@ .thermometerCon { position: absolute; bottom: 20px; - right: 40px; + right: 16px; color: #318bf1; font-size: 10px; display: flex; -- Gitblit v1.9.1