From 2ee6e3f24ce50efbe7302b2f1358eacfc718cbbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=B0=B8=E5=B9=B3?= Date: Thu, 3 Jul 2025 17:11:07 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=20=E4=BC=98=E5=8C=96=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cunkebao/app/scenarios/[channel]/devices/page.tsx | 2 +- Cunkebao/app/scenarios/douyin/page.tsx | 2 +- Cunkebao/app/scenarios/haibao/edit/[id]/page.tsx | 8 ++++---- Cunkebao/app/scenarios/payment/[id]/payments/page.tsx | 4 ++-- Cunkebao/app/scenarios/payment/stats/page.tsx | 10 +++++----- Cunkebao/app/scenarios/phone/page.tsx | 2 +- Cunkebao/app/workspace/ai-analyzer/create/page.tsx | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cunkebao/app/scenarios/[channel]/devices/page.tsx b/Cunkebao/app/scenarios/[channel]/devices/page.tsx index 735bce48..cc0bcf43 100644 --- a/Cunkebao/app/scenarios/[channel]/devices/page.tsx +++ b/Cunkebao/app/scenarios/[channel]/devices/page.tsx @@ -2,7 +2,7 @@ import { useState } from "react" import { useRouter } from "next/navigation" -import { DeviceSelector } from "@/app/components/common/DeviceSelector" +import { DeviceSelector } from "@/app/components/DeviceSelector" import { Button } from "@/components/ui/button" import { ChevronLeft } from "lucide-react" diff --git a/Cunkebao/app/scenarios/douyin/page.tsx b/Cunkebao/app/scenarios/douyin/page.tsx index 36c77575..51759694 100644 --- a/Cunkebao/app/scenarios/douyin/page.tsx +++ b/Cunkebao/app/scenarios/douyin/page.tsx @@ -5,7 +5,7 @@ import { ChevronLeft, Plus } from "lucide-react" import { Button } from "@/components/ui/button" import { useRouter } from "next/navigation" import { toast } from "@/components/ui/use-toast" -import { ExpandableAcquisitionCard } from "@/components/acquisition/ExpandableAcquisitionCard" +import { ExpandableAcquisitionCard } from "@/app/components/acquisition/ExpandableAcquisitionCard" import Link from "next/link" import { DeviceTreeChart } from "@/app/components/acquisition/DeviceTreeChart" diff --git a/Cunkebao/app/scenarios/haibao/edit/[id]/page.tsx b/Cunkebao/app/scenarios/haibao/edit/[id]/page.tsx index 70ff8955..c7fd1db6 100644 --- a/Cunkebao/app/scenarios/haibao/edit/[id]/page.tsx +++ b/Cunkebao/app/scenarios/haibao/edit/[id]/page.tsx @@ -7,9 +7,9 @@ import { Button } from "@/components/ui/button" import { Card } from "@/components/ui/card" import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs" import { toast } from "@/components/ui/use-toast" -import BasicSettings from "@/app/scenarios/new/steps/BasicSettings" -import DeviceSelection from "@/app/scenarios/new/steps/DeviceSelection" -import MessageSettings from "@/app/scenarios/new/steps/MessageSettings" +import { BasicSettings } from "@/app/scenarios/new/steps/BasicSettings" +import { DeviceSelector } from "@/app/components/DeviceSelector" +import { MessageSettings } from "@/app/scenarios/new/steps/MessageSettings" import BottomNav from "@/app/components/BottomNav" export default function EditScenarioPage({ params }: { params: { id: string } }) { @@ -103,7 +103,7 @@ export default function EditScenarioPage({ params }: { params: { id: string } }) - setActiveTab("message")} diff --git a/Cunkebao/app/scenarios/payment/[id]/payments/page.tsx b/Cunkebao/app/scenarios/payment/[id]/payments/page.tsx index dc7c5748..432613a3 100644 --- a/Cunkebao/app/scenarios/payment/[id]/payments/page.tsx +++ b/Cunkebao/app/scenarios/payment/[id]/payments/page.tsx @@ -8,7 +8,7 @@ import { Card, CardContent } from "@/components/ui/card" import { Input } from "@/components/ui/input" import { Badge } from "@/components/ui/badge" import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select" -import { DatePickerWithRange } from "@/components/ui/date-picker" +import { DateRangePicker } from "@/components/ui/date-range-picker" import { Pagination, PaginationContent, @@ -131,7 +131,7 @@ export default function PaymentRecordsPage({ params }: { params: { id: string }
- +
diff --git a/Cunkebao/app/scenarios/payment/stats/page.tsx b/Cunkebao/app/scenarios/payment/stats/page.tsx index 23763d5d..b0f6fcc6 100644 --- a/Cunkebao/app/scenarios/payment/stats/page.tsx +++ b/Cunkebao/app/scenarios/payment/stats/page.tsx @@ -7,7 +7,7 @@ import { Button } from "@/components/ui/button" import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select" import { Tabs, TabsList, TabsTrigger, TabsContent } from "@/components/ui/tabs" -import { LineChartComponent, BarChartComponent, PieChartComponent } from "@/app/components/common/Charts" +import { LineChart, BarChart, TrendChart } from "@/app/components/Charts" import { toast } from "@/components/ui/use-toast" export default function PaymentStatsPage() { @@ -153,7 +153,7 @@ export default function PaymentStatsPage() { - - 支付趋势分析 - + @@ -194,7 +194,7 @@ export default function PaymentStatsPage() { -