'use client'; import { Card } from '@/components/ui/card'; import { AlertTriangle } from 'lucide-react'; export default function MonitoringThresholdAlertPage() { return (

阈值预警管理

水肥系统各项参数阈值设置和预警管理。

页面路径: /water-fertilizer-control/monitoring/threshold-alert

主要功能: 阈值参数设置、预警触发条件、监控指标配置、报警等级

); }