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

@@ -41,7 +41,7 @@
return {
title: '',
val1: '',
options: [{value: '0', text: '空点位'}, {value: '1', text: '有架子'}],
options: [{value: '0', text: this.$t('select.empty-position')}, {value: '1', text: this.$t('select.with-shelf')}],
index: '',
disabled: false
};