自动化修改
parent
e679b97a68
commit
93edf160e2
|
|
@ -407,19 +407,19 @@ export default {
|
||||||
filmRollerList:["卷膜1", "卷膜2", "卷膜3"],
|
filmRollerList:["卷膜1", "卷膜2", "卷膜3"],
|
||||||
tempList: [
|
tempList: [
|
||||||
{
|
{
|
||||||
value: '201',
|
value: 'temp1',
|
||||||
label: '温度1'
|
label: '温度1'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: '202',
|
value: 'temp2',
|
||||||
label: '温度2'
|
label: '温度2'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: '203',
|
value: 'temp3',
|
||||||
label: '温度3'
|
label: '温度3'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: '204',
|
value: 'temp4',
|
||||||
label: '温度4'
|
label: '温度4'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -928,7 +928,7 @@ export default {
|
||||||
}
|
}
|
||||||
this.$refs.sliderDialog.close();
|
this.$refs.sliderDialog.close();
|
||||||
},
|
},
|
||||||
// 保存自动化条件
|
// 保存自动化条件
|
||||||
saveAutoTerm() {
|
saveAutoTerm() {
|
||||||
const termMap = this.termList;
|
const termMap = this.termList;
|
||||||
const rollerList = [];
|
const rollerList = [];
|
||||||
|
|
@ -1047,7 +1047,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
@ -1384,4 +1384,4 @@ export default {
|
||||||
text-align: right !important;
|
text-align: right !important;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue