翻译
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user