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 +