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

@@ -49,7 +49,7 @@
val1: '',
options1: [],
index1: '',
options2: [{value: '1', text: '内标'}, {value: '2', text: '管标'}],
options2: [{value: '1', text: this.$t('select.internal-label')}, {value: '2', text: this.$t('select.tube-label')}],
index2: '',
disabled: false
};