"use client" import Section from "@/components/shared/section" import {Card, CardContent, CardHeader, CardTitle} from "@/components/ui/card" import {Table, TableBody, TableCell, TableHead, TableHeader, TableRow} from "@/components/ui/table" import {ChartContainer, ChartTooltip, ChartTooltipContent,} from "@/components/ui/chart" import { Area, AreaChart, CartesianGrid, PolarAngleAxis, PolarGrid, PolarRadiusAxis, Radar, RadarChart, ResponsiveContainer, XAxis, YAxis, } from "recharts" const baseArchive = [ { industry: "燃气", 规模: 1240, 平均年限: 9.4, 类型数: 12, 覆盖区县: 12 }, { industry: "供水", 规模: 980, 平均年限: 8.1, 类型数: 9, 覆盖区县: 12 }, { industry: "排水", 规模: 760, 平均年限: 10.2, 类型数: 7, 覆盖区县: 12 }, ] export default function InfraDashboard() { return (
权属单位:{owners} 个
覆盖区县:{regions} 个