diff --git a/src/views/Home/homePanelsLayoutPage/item_xunchaxunjian.js b/src/views/Home/homePanelsLayoutPage/item_xunchaxunjian.js index 463084206..f1de3079d 100644 --- a/src/views/Home/homePanelsLayoutPage/item_xunchaxunjian.js +++ b/src/views/Home/homePanelsLayoutPage/item_xunchaxunjian.js @@ -119,11 +119,11 @@ const Page = ({mySetTms}) => {
-
{data3||0}
+
{data2.length||0}
本月巡查
-
{data2?.length||0}
+
{data3||0}
本年巡查
diff --git a/src/views/Home/homePanelsLayoutPage/item_yujing/table_AI.js b/src/views/Home/homePanelsLayoutPage/item_yujing/table_AI.js index bcc65e013..d49af082f 100644 --- a/src/views/Home/homePanelsLayoutPage/item_yujing/table_AI.js +++ b/src/views/Home/homePanelsLayoutPage/item_yujing/table_AI.js @@ -3,6 +3,7 @@ import { Table, Modal, message } from 'antd'; import {CloseOutlined} from "@ant-design/icons"; import usePageTable from '../../../../components/crud/usePageTable2' import { createCrudService } from '../../../../components/crud/_'; +import AiWarn from "../../../../views/spjk/aiWarn" import { httppost2 } from "../../../../utils/request"; import apiurl from "../../../../service/apiurl"; @@ -21,8 +22,9 @@ const Page = () => { }, []) return ( -
-
时间:{moment().format('YYYY-MM-DD HH:mm:ss')} 至 {moment().format('YYYY-MM-DD HH:mm:ss')}
+
+ + {/*
时间:{moment().format('YYYY-MM-DD HH:mm:ss')} 至 {moment().format('YYYY-MM-DD HH:mm:ss')}
*/}
) }