From 98b48e4bad83b0020e5e0ad6ed08e3b0fda1012f Mon Sep 17 00:00:00 2001
From: Theo <971366405@qq.com>
Date: Fri, 2 Aug 2024 23:52:16 +0800
Subject: [PATCH] =?UTF-8?q?style:=20:lipstick:=20=E7=94=A8=E6=88=B7?=
=?UTF-8?q?=E7=AE=A1=E7=90=86=E7=9A=84=E7=8A=B6=E6=80=81=E6=9B=B4=E6=94=B9?=
=?UTF-8?q?=E4=B8=BAswitch=EF=BC=8C=E5=88=97=E8=A1=A8=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
用户管理的状态更改为switch,列表优化
---
src/views/system/user/index.vue | 37 +++++++++++++++++++--------------
1 file changed, 21 insertions(+), 16 deletions(-)
diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
index e70856b0..3c18c37e 100644
--- a/src/views/system/user/index.vue
+++ b/src/views/system/user/index.vue
@@ -28,13 +28,14 @@
clearable
class="!w-[100px]"
>
-
-
+
+
-
+
@@ -140,10 +136,15 @@
width="120"
/>
-
+
- {{ scope.row.status == 1 ? "启用" : "禁用" }}
+ {{ scope.row.status == 1 ? "正常" : "禁用" }}
@@ -268,10 +269,14 @@
-
- 正常
- 禁用
-
+