From ef4be1433cc18b21947defe99422899c659b5925 Mon Sep 17 00:00:00 2001 From: qzc Date: Mon, 30 Sep 2024 13:16:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=9F=A5=E5=B7=A1=E6=A3=80=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home/homePanelsLayoutPage/item_xunchaxunjian.js | 4 ++-- src/views/Home/homePanelsLayoutPage/item_yujing/table_AI.js | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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')}
*/}
) }