/** * 数据大屏 */ import React, { PureComponent } from "react"; import { } from 'antd'; export default class DataScreen extends PureComponent { constructor(props) { super(props); this.state = {}; } render() { return (