import React from 'react'; import { Card, Typography, Descriptions, Tag, Row, Col, Progress, Divider } from 'antd'; import { CloudServerOutlined, DatabaseOutlined, NodeIndexOutlined, CheckCircleOutlined, InfoCircleOutlined } from '@ant-design/icons'; const { Title, Paragraph, Text } = Typography; const AboutPage: React.FC = () => { return (
关于系统 系统信息与版本
系统信息}> 轻远电力老挝ERP V1.0.0 轻远电力信息技术部 2026年3月 React 18 Ant Design 5 Node.js PostgreSQL 腾讯云服务器 Vite + React + TypeScript Express.js + PostgreSQL 功能模块} style={{ marginTop: 24 }}> 项目管理 项目创建、进度跟踪、合同管理 财务管理 预支、报销、付款申请、核销 采购管理 商品管理、供应商管理 合作伙伴 供应商、分包商、客户管理 施工管理 施工日志、里程碑管理 预算报价 项目预算、报价管理 服务器状态}>
CPU使用率
内存使用
磁盘空间
43.161.248.209 OpenCloudOS 9 v22.22.1
数据库状态} style={{ marginTop: 24 }}>
运行正常 PostgreSQL 15
company_finance_db 正常 2026-03-19 00:00
© 2026 轻远电力老挝ERP系统 - 版本 V1.0.0
); }; export default AboutPage;