From 7e31606b45a1cf0a79aee7ebaee871ca67550cfc Mon Sep 17 00:00:00 2001 From: v6ole Date: Sat, 27 Jun 2026 11:56:03 +0800 Subject: [PATCH] =?UTF-8?q?refine:=20=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E7=A7=BB=E5=88=B0=E7=BC=96=E8=BE=91=E5=BC=B9=E7=AA=97=20?= =?UTF-8?q?=E2=80=94=20=E7=BB=9F=E4=B8=80=E6=93=8D=E4=BD=9C=E5=85=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 表格行内只保留「编辑」按钮 - 编辑弹窗左下角红色「删除用户」按钮(仅支局长可见) - 避免表格行内误删 Co-Authored-By: Claude --- frontend/src/views/desktop/UserManage.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/desktop/UserManage.vue b/frontend/src/views/desktop/UserManage.vue index 65520d4..1998f27 100644 --- a/frontend/src/views/desktop/UserManage.vue +++ b/frontend/src/views/desktop/UserManage.vue @@ -98,10 +98,9 @@ async function handleDelete(row: any) { 未绑定 - + @@ -128,8 +127,13 @@ async function handleDelete(row: any) {