From 93edf160e26795058a9b53ef3f74725a6c880334 Mon Sep 17 00:00:00 2001 From: lld <15027638633@163.com> Date: Fri, 6 Mar 2026 03:18:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8C=96=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/control/automatic.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/home/control/automatic.vue b/pages/home/control/automatic.vue index 5dc40c8..e3edf60 100644 --- a/pages/home/control/automatic.vue +++ b/pages/home/control/automatic.vue @@ -407,19 +407,19 @@ export default { filmRollerList:["卷膜1", "卷膜2", "卷膜3"], tempList: [ { - value: '201', + value: 'temp1', label: '温度1' }, { - value: '202', + value: 'temp2', label: '温度2' }, { - value: '203', + value: 'temp3', label: '温度3' }, { - value: '204', + value: 'temp4', label: '温度4' } ], @@ -928,7 +928,7 @@ export default { } this.$refs.sliderDialog.close(); }, - // 保存自动化条件 + // 保存自动化条件 saveAutoTerm() { const termMap = this.termList; const rollerList = []; @@ -1047,7 +1047,7 @@ export default { } } } - + }; \ No newline at end of file +