diff --git a/src/pages/ElecEvaluation/Monitor/Home/index.tsx b/src/pages/ElecEvaluation/Monitor/Home/index.tsx index dd79bc6..34dcbad 100644 --- a/src/pages/ElecEvaluation/Monitor/Home/index.tsx +++ b/src/pages/ElecEvaluation/Monitor/Home/index.tsx @@ -1,4 +1,4 @@ -import { Button, Col, Descriptions, Divider, Dropdown, Empty, Input, Menu, MenuProps, message, Modal, Progress, Row, Space, Table } from 'antd'; +import { Button, Col, Descriptions, Divider, Dropdown, Empty, Input, Menu, MenuProps, message, Modal, Progress, Row, Space, Table, Typography } from 'antd'; import { debounce } from 'lodash'; import React, { useEffect, useMemo, useRef, useState } from 'react'; import '../style.less' @@ -23,6 +23,7 @@ import { history } from 'umi'; export const onCell = () => ({ className: "monitor-table-content" }); export const onHeaderCell = () => ({ className: "monitor-table-header", }); +const { Text } = Typography; export const proviceEnum = { "0011": "北京", "0012": "天津", @@ -609,12 +610,13 @@ export const ModalList = (props: { modalVisible: boolean, onCancel: () => void,