diff --git a/src/views/modules/user/pass-authentication-dialog.vue b/src/views/modules/user/pass-authentication-dialog.vue index fb46082..0cdc7b1 100644 --- a/src/views/modules/user/pass-authentication-dialog.vue +++ b/src/views/modules/user/pass-authentication-dialog.vue @@ -78,7 +78,7 @@ export default { }) return false } - this.$confirm('批量打身份标签会替换已有标签!确定提交吗?', '提示', { + this.$confirm('批量打身份标签会替换已有身份标签!确定提交吗?', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning'