国际化
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
return {
|
||||
title: '',
|
||||
val1: '',
|
||||
options: [{value: '1', text: '小托盘'}, {value: '2', text: '大托盘'}],
|
||||
options: [{value: '1', text: this.$t('select.coaster')}, {value: '2', text: this.$t('select.large-tray')}],
|
||||
index: '',
|
||||
val2: '',
|
||||
disabled: false
|
||||
|
||||
Reference in New Issue
Block a user