opt:菜单国际化

This commit is contained in:
2026-01-14 20:25:51 +08:00
parent 391f574a2e
commit 80e7f24845
26 changed files with 157 additions and 72 deletions

View File

@@ -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 => {