From 4362a4f4c8eb2de058b51a0e2273e4d64aa14236 Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Mon, 18 Aug 2025 16:24:51 +0800
Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=88=97=E8=A1=A8=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 6 +
pages/useList/useList.vue | 331 ++++++++++++++++++++++++++++++++++++++
2 files changed, 337 insertions(+)
create mode 100644 pages/useList/useList.vue
diff --git a/pages.json b/pages.json
index 72a1a7c..7186dc8 100644
--- a/pages.json
+++ b/pages.json
@@ -39,6 +39,12 @@
"navigationBarTitleText": "申请提现"
}
},
+ {
+ "path": "pages/useList/useList",
+ "style": {
+ "navigationBarTitleText": "用户列表"
+ }
+ },
{
"path": "pages/securityVerification/securityVerification",
"style": {
diff --git a/pages/useList/useList.vue b/pages/useList/useList.vue
new file mode 100644
index 0000000..04cada6
--- /dev/null
+++ b/pages/useList/useList.vue
@@ -0,0 +1,331 @@
+
+
+
+
+
+
+
+
+
+ 筛选
+ ▼
+
+
+
+
+
+
+
+
+
+
+ {{ user.username }}
+
+ ¥ {{ user.totalAmount }}
+ {{ user.deviceCount }}台
+
+
+
+
+
+
+
+
+
+ {{ device.type }}
+ ¥ {{ device.amount }}
+ {{ device.rentDate }}
+ {{ device.period }}
+ {{ device.expiryDate }}
+
+
+
+
+
+
+ {{ user.isExpanded ? '点击收起' : '点击展开' }}
+
+
+ {{ user.isExpanded ? '▲' : '▼' }}
+
+
+
+
+
+
+
+
+
+