From 66ee6bb9fd2bc323807352b59addfd707db63212 Mon Sep 17 00:00:00 2001 From: Eamon <17516219072@163.com> Date: Thu, 23 Apr 2026 16:43:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=A1=86=E5=92=8C=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E4=BF=9D=E6=8C=81=E4=B8=80=E8=A1=8C=20=20&?= =?UTF-8?q?=20=E6=B7=BB=E5=8A=A0=E8=8F=9C=E5=8D=95=E9=87=8C=E7=9A=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BC=9A=E5=91=98=E5=8F=B7=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(root)/balance/page.tsx | 8 +++----- src/app/(root)/client/balance/page.tsx | 8 +++----- src/app/(root)/client/cust/page.tsx | 21 +++++++++------------ src/app/(root)/client/trade/page.tsx | 14 +++----------- src/app/(root)/cust/page.tsx | 15 ++++++--------- src/app/(root)/trade/page.tsx | 16 +++++++--------- src/app/(root)/user/page.tsx | 14 ++++++-------- 7 files changed, 37 insertions(+), 59 deletions(-) diff --git a/src/app/(root)/balance/page.tsx b/src/app/(root)/balance/page.tsx index 44716e4..8dcd663 100644 --- a/src/app/(root)/balance/page.tsx +++ b/src/app/(root)/balance/page.tsx @@ -85,7 +85,7 @@ export default function BalancePage() { return (
-
+
)} /> -
- - + - +
diff --git a/src/app/(root)/client/balance/page.tsx b/src/app/(root)/client/balance/page.tsx index 0e9a6d8..3615a81 100644 --- a/src/app/(root)/client/balance/page.tsx +++ b/src/app/(root)/client/balance/page.tsx @@ -98,7 +98,7 @@ export default function BalancePage() { 用户会员号: {userPhone}
-
+
)} /> -
- - + - +
diff --git a/src/app/(root)/client/cust/page.tsx b/src/app/(root)/client/cust/page.tsx index 2c002b2..760aed4 100644 --- a/src/app/(root)/client/cust/page.tsx +++ b/src/app/(root)/client/cust/page.tsx @@ -111,14 +111,14 @@ export default function UserQueryPage() { return (
-
+
( 手机号 @@ -133,7 +133,7 @@ export default function UserQueryPage() { render={({ field, fieldState }) => ( 姓名 @@ -141,9 +141,6 @@ export default function UserQueryPage() { )} /> -
- - @@ -151,7 +148,7 @@ export default function UserQueryPage() { 重置 - +
@@ -263,7 +260,7 @@ export default function UserQueryPage() { { router.push( - `/client/trade?userId=${row.original.id}`, + `/client/trade?userId=${row.original.id}&phone=${row.original.phone}`, ) }} > @@ -274,7 +271,7 @@ export default function UserQueryPage() { { router.push( - `/client/billing?userId=${row.original.id}`, + `/client/billing?userId=${row.original.id}&phone=${row.original.phone}`, ) }} > @@ -285,7 +282,7 @@ export default function UserQueryPage() { { router.push( - `/client/resources?userId=${row.original.id}`, + `/client/resources?userId=${row.original.id}&phone=${row.original.phone}`, ) }} > @@ -296,7 +293,7 @@ export default function UserQueryPage() { { router.push( - `/client/batch?userId=${row.original.id}`, + `/client/batch?userId=${row.original.id}&phone=${row.original.phone}`, ) }} > @@ -307,7 +304,7 @@ export default function UserQueryPage() { { router.push( - `/client/channel?userId=${row.original.id}`, + `/client/channel?userId=${row.original.id}&phone=${row.original.phone}`, ) }} > diff --git a/src/app/(root)/client/trade/page.tsx b/src/app/(root)/client/trade/page.tsx index 0fc8b42..90ff18b 100644 --- a/src/app/(root)/client/trade/page.tsx +++ b/src/app/(root)/client/trade/page.tsx @@ -122,7 +122,7 @@ export default function TradePage() { 用户会员号: {userPhone}
-
+
)} /> - )} /> - )} /> - )} /> - )} /> - )} /> -
- - - +
@@ -330,7 +322,7 @@ export default function TradePage() { ? "电脑网站" : platform === 2 ? "手机网站" - : "-" + : "" }, }, { diff --git a/src/app/(root)/cust/page.tsx b/src/app/(root)/cust/page.tsx index 6ff47be..2a73581 100644 --- a/src/app/(root)/cust/page.tsx +++ b/src/app/(root)/cust/page.tsx @@ -126,14 +126,14 @@ export default function CustPage() { return (
-
+
( 账号/手机号/邮箱 @@ -148,7 +148,7 @@ export default function CustPage() { render={({ field, fieldState }) => ( 姓名 @@ -205,7 +205,7 @@ export default function CustPage() { render={({ field, fieldState }) => ( 开始时间 @@ -220,7 +220,7 @@ export default function CustPage() { render={({ field, fieldState }) => ( 结束时间 @@ -228,9 +228,6 @@ export default function CustPage() { )} /> -
- - @@ -246,7 +243,7 @@ export default function CustPage() { 重置 - +
diff --git a/src/app/(root)/trade/page.tsx b/src/app/(root)/trade/page.tsx index 9a0ef6d..88321bd 100644 --- a/src/app/(root)/trade/page.tsx +++ b/src/app/(root)/trade/page.tsx @@ -115,14 +115,14 @@ export default function TradePage() { {/* 筛选表单 */}
-
+
( 会员号 @@ -137,7 +137,7 @@ export default function TradePage() { render={({ field, fieldState }) => ( 订单号 @@ -219,7 +219,7 @@ export default function TradePage() { render={({ field, fieldState }) => ( 开始时间 @@ -234,7 +234,7 @@ export default function TradePage() { render={({ field, fieldState }) => ( 结束时间 @@ -242,9 +242,7 @@ export default function TradePage() { )} /> -
- - + - +
diff --git a/src/app/(root)/user/page.tsx b/src/app/(root)/user/page.tsx index 6c151c1..d23dc62 100644 --- a/src/app/(root)/user/page.tsx +++ b/src/app/(root)/user/page.tsx @@ -13,7 +13,6 @@ import { Button } from "@/components/ui/button" import { Field, FieldError, - FieldGroup, FieldLabel, } from "@/components/ui/field" import { Input } from "@/components/ui/input" @@ -63,14 +62,14 @@ export default function UserPage() { return (
-
+
( 手机号 @@ -78,9 +77,7 @@ export default function UserPage() { )} /> -
- - + - +
@@ -199,4 +197,4 @@ export default function UserPage() {
) -} +} \ No newline at end of file