From dc1866d9a514f5ea286148b0f292ba655771931d Mon Sep 17 00:00:00 2001 From: Seven Date: Sun, 25 Jan 2026 17:29:30 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E5=B0=81=E7=A6=81?= =?UTF-8?q?=E5=92=8C=E8=A7=A3=E5=B0=81=E7=94=A8=E6=88=B7=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E7=9A=84=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/user/index.vue b/src/views/user/index.vue index edc6269..24b03bc 100644 --- a/src/views/user/index.vue +++ b/src/views/user/index.vue @@ -175,8 +175,8 @@ const columns: TableBaseColumns = [ title: row.banned === false ? '封禁用户' : '解封用户', content: row.banned === false - ? '确认解封该用户吗?解封后用户将恢复正常使用。' - : '确认封禁该用户吗?封禁后用户将无法登录和使用相关服务。', + ? '确认封禁该用户吗?封禁后用户将无法登录和使用相关服务。' + : '确认解封该用户吗?解封后用户将恢复正常使用。', positiveText: '确认', negativeText: '取消', onPositiveClick: async () => {