From 3bde0f89d8394721f65171181dcf0facb486dadf Mon Sep 17 00:00:00 2001 From: zjl Date: Thu, 19 Sep 2024 16:49:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=87=8D=E7=BD=AE=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E6=8C=89=E9=92=AE=E5=BA=95=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 71e7bca..0de450f 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -143,7 +143,7 @@ { label: '重置密码', icon: 'Lock', - type: 'warning', + type: 'primary', onClick: handleResetPassWord.bind(null, record), auth:['sys:user:resetPwd'] },