From 6cbac2d533a83278b99ba4a892e7ffff0e94e8eb Mon Sep 17 00:00:00 2001
From: liangbin <15536829364@163.com>
Date: Tue, 27 Jan 2026 14:18:39 +0800
Subject: [PATCH] =?UTF-8?q?refactor(=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86):?=
=?UTF-8?q?=20=E9=87=8D=E6=9E=84=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BB=A3=E7=A0=81=E7=BB=93=E6=9E=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 移除关联账户卡片注释代码
- 调整用户表格列名与后端字段匹配
- 添加分页功能并优化表格高度
- 修改用户状态显示为映射值
- 优化样式布局
- 对接用户列表API接口
---
src/views/Logistics/UserManagement/index.vue | 117 ++++++++++++-------
1 file changed, 75 insertions(+), 42 deletions(-)
diff --git a/src/views/Logistics/UserManagement/index.vue b/src/views/Logistics/UserManagement/index.vue
index f3c604f..32c3143 100644
--- a/src/views/Logistics/UserManagement/index.vue
+++ b/src/views/Logistics/UserManagement/index.vue
@@ -49,7 +49,7 @@
-
+
@@ -80,12 +80,16 @@
新建账户
-
-
-
-
-
-
+
+
+
+
+
+ {{ row.dept.deptName || '-' }}
+
+
+
+
{{ row.status }}
@@ -98,8 +102,11 @@
-
+
+
+
+
@@ -111,11 +118,27 @@