生产管理系统前端 - 地块档案管理页面开发

This commit is contained in:
2025-10-29 14:13:51 +08:00
parent 5d34bc3643
commit df8e6bf515
11 changed files with 2633 additions and 44 deletions

View File

@@ -5,7 +5,7 @@ import {SideBarOld} from '@/components/layouts/SideBar/SideBarOld'
import '@/styles/globals.css'
import { ThemeProvider } from 'next-themes'
import { usePathname } from 'next/navigation'
import { Building2, Users, Cog, Activity, Mail, UserCircle, Database, Map, BarChart3, Cloud, TrendingUp, GitCompare, AlertTriangle, FileText, MapPin, Settings, User, Package, Navigation, Zap, Target, PieChart, Calendar, Shield, Tractor, Clipboard, Brain, Droplets, Book, ShoppingCart } from 'lucide-react'
import { Building2, Users, Cog, Activity, Mail, UserCircle, Database, Map, BarChart3, Cloud, TrendingUp, GitCompare, AlertTriangle, FileText, MapPin, Settings, User, Package, Navigation, Zap, Target, PieChart, Calendar, Shield, Tractor, Clipboard, ClipboardCheck, Brain, Droplets, Book, ShoppingCart } from 'lucide-react'
const navbarData = {
logo: {
@@ -226,20 +226,20 @@ const fieldMessageManagement = {
{
title: "地块档案管理",
url: "/land-information/archive",
icon: <Database className="w-4 h-4" />,
icon: <FileText className="w-4 h-4" />,
items: [
{
title: "地块录入维护",
url: "/land-information/archive/entry",
title: "地块档案管理",
url: "/land-information/archive/manage",
isActive: false
},
{
title: "地块分类管理",
title: "地块分类与标签管理",
url: "/land-information/archive/classification",
isActive: false
},
{
title: "地块统计分析",
title: "统计分析",
url: "/land-information/archive/statistics",
isActive: false
}
@@ -251,22 +251,22 @@ const fieldMessageManagement = {
icon: <Map className="w-4 h-4" />,
items: [
{
title: "地块GIS地图",
title: "GIS地图管理",
url: "/land-information/map/gis",
isActive: false
},
{
title: "地块绘制编辑",
title: "数字化绘制编辑",
url: "/land-information/map/draw",
isActive: false
},
{
title: "地块空间查询",
title: "空间数据管理",
url: "/land-information/map/spatial-query",
isActive: false
},
{
title: "地块卫星影像",
title: "地块影像",
url: "/land-information/map/satellite",
isActive: false
}
@@ -275,7 +275,7 @@ const fieldMessageManagement = {
{
title: "空间分析与决策支持",
url: "/land-information/analysis",
icon: <BarChart3 className="w-4 h-4" />,
icon: <TrendingUp className="w-4 h-4" />,
items: [
{
title: "土壤基础数据",
@@ -314,27 +314,22 @@ const fieldMessageManagement = {
{
title: "地块适宜性评价",
url: "/land-information/suitability",
icon: <TrendingUp className="w-4 h-4" />,
icon: <ClipboardCheck className="w-4 h-4" />,
items: [
{
title: "综合适宜性评价",
title: "多因子综合评价",
url: "/land-information/suitability/comprehensive",
isActive: false
},
{
title: "批量适宜性评价",
title: "自动化空间分析",
url: "/land-information/suitability/batch",
isActive: false
},
{
title: "作物适宜性评价",
title: "作物适配推荐",
url: "/land-information/suitability/crop",
isActive: false
},
{
title: "权重设置",
url: "/land-information/suitability/weight",
isActive: false
}
]
},
@@ -344,17 +339,17 @@ const fieldMessageManagement = {
icon: <GitCompare className="w-4 h-4" />,
items: [
{
title: "指标对比",
title: "多维度指标看板",
url: "/land-information/comparison/indicator",
isActive: false
},
{
title: "图表对比",
title: "可视化图表分析",
url: "/land-information/comparison/chart",
isActive: false
},
{
title: "报告对比",
title: "对比报告生成",
url: "/land-information/comparison/report",
isActive: false
}
@@ -366,17 +361,17 @@ const fieldMessageManagement = {
icon: <AlertTriangle className="w-4 h-4" />,
items: [
{
title: "风险监测",
title: "实时风险监测",
url: "/land-information/risk/monitoring",
isActive: false
},
{
title: "风险推送",
title: "预警推送管理",
url: "/land-information/risk/push",
isActive: false
},
{
title: "风险处置",
title: "预警处置跟踪",
url: "/land-information/risk/disposal",
isActive: false
}