opt:菜单国际化
This commit is contained in:
@@ -441,8 +441,8 @@ export default {
|
||||
msg = this.$t('common.confirmEnable')
|
||||
}
|
||||
this.$confirm(msg, this.$t('common.tip'), {
|
||||
confirmButtonText: this.$t('common.confirm'),
|
||||
cancelButtonText: this.$t('common.cancel'),
|
||||
confirmButtonText: this.$t('common.Confirm'),
|
||||
cancelButtonText: this.$t('common.Cancel'),
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
changeActive(data).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user