From c33a55d124fbce2d09fa0f5cf790c4d7bb35b0e0 Mon Sep 17 00:00:00 2001 From: weikai <123456> Date: Mon, 7 Dec 2020 09:33:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AE=89=E5=AE=81pc=E7=AB=AF=20?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E7=AE=A1=E7=90=86=E3=80=91-=E3=80=90?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=A0=87=E7=AD=BE=20-=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E6=A0=87=E7=AD=BE=E3=80=91=E9=AD=8F=E5=87=AF?= =?UTF-8?q?=202020-12-07?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/user/pass-authentication-dialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'