This commit is contained in:
2025-07-18 13:42:19 +08:00
parent 33a184549a
commit 1e7eaa5070
14 changed files with 84 additions and 21 deletions

View File

@@ -42,7 +42,7 @@
title: '',
val1: '',
index: '',
options: [{value: '1', text: '决策入烘箱'}, {value: '2', text: '决策入冷却'}],
options: [{value: '1', text: this.$t('select.decide-oven')}, {value: '2', text: this.$t('select.decide-cooling')}],
disabled: false
};
},