import React from 'react'; import { Card } from 'antd'; const WorkflowMonitor: React.FC = () => { return (
工作流监控大盘(开发中)
); }; export default WorkflowMonitor;