补充国际化

This commit is contained in:
LJH-rgsze
2026-01-05 17:46:35 +08:00
parent 927f65e106
commit 84f6930389
+3 -3
View File
@@ -299,9 +299,9 @@ export default {
} }
const paramCount = params.length; const paramCount = params.length;
this.$confirm(this.$t('otaManagement.confirmBatchDelete', { paramCount }), 'Warning', { this.$confirm(this.$t('otaManagement.confirmBatchDelete', { paramCount }), this.$t('common.warning'), {
confirmButtonText: 'OK', confirmButtonText: this.$t('common.confirm'),
cancelButtonText: 'Cancel', cancelButtonText: this.$t('common.cancel'),
type: 'warning', type: 'warning',
distinguishCancelAndClose: true distinguishCancelAndClose: true
}).then(() => { }).then(() => {