自动化修改

feasure
lld 2026-03-06 03:18:26 +08:00
parent e679b97a68
commit 93edf160e2
1 changed files with 7 additions and 7 deletions

View File

@ -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>