From e585bf9e47651c8e938ea5832eddf83c086c8910 Mon Sep 17 00:00:00 2001 From: wj <347312259@qq.com> Date: Mon, 5 Jun 2023 10:55:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=8A=A8=E6=8E=A7=E5=88=B6=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=85=B3=E9=97=AD=E6=97=B6=E4=B8=BA=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E8=AE=BE=E5=AE=9A=E6=B8=A9=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- psdc-ui/src/views/control/manual/index.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/psdc-ui/src/views/control/manual/index.vue b/psdc-ui/src/views/control/manual/index.vue index 9215988..b041bc7 100644 --- a/psdc-ui/src/views/control/manual/index.vue +++ b/psdc-ui/src/views/control/manual/index.vue @@ -24,10 +24,10 @@ - + -
确定
+ 确定 @@ -103,6 +103,7 @@ const deviceArr = ref([]) function getDeviceFun(){ getControlDeviceList().then((res)=>{ deviceArr.value = res.data; + console.log(deviceArr.value) //拼接温度单位 // for(let i = 0;i < res.data.length;i++){ // for(let j = 0;j < res.data[i].control_elements.length;j++){ @@ -449,6 +450,10 @@ function getSetTemperatureFun(item){ outline: none; } } +.mybtn{ + float: right; + margin-top: 5px; +} ::v-deep .el-button{ border-radius: 2px; margin-bottom: 12px;