From 658f7de3c0cf4ad297c32e7749f79e596fa9cf8d Mon Sep 17 00:00:00 2001 From: lilinyuan <1084668738@qq.com> Date: Fri, 29 Mar 2024 16:49:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=B1=95=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index d0f7e4c..9ed57b2 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -120,7 +120,12 @@ const tableConfig = reactive({ return (
handleEdit(row)}>编辑 - handleDel(row)}>删除 + { + row.userType != 0 ? + handleDel(row)}>删除 : + null + } +
) }