|
@@ -15,7 +15,7 @@ import {
|
|
useRequest,
|
|
useRequest,
|
|
useSearchParams,
|
|
useSearchParams,
|
|
} from '@umijs/max';
|
|
} from '@umijs/max';
|
|
-import { Button, Tabs } from 'antd';
|
|
|
|
|
|
+import { Tabs } from 'antd';
|
|
import dayjs from 'dayjs';
|
|
import dayjs from 'dayjs';
|
|
import { useEffect, useMemo, useRef, useState } from 'react';
|
|
import { useEffect, useMemo, useRef, useState } from 'react';
|
|
import Analysis from './Analysis';
|
|
import Analysis from './Analysis';
|
|
@@ -275,8 +275,8 @@ function SmartOps(props) {
|
|
|
|
|
|
return (
|
|
return (
|
|
<PageContent>
|
|
<PageContent>
|
|
- <PageTitle>智慧分析</PageTitle>
|
|
|
|
- {time && (
|
|
|
|
|
|
+ <PageTitle returnable={time}>智慧分析</PageTitle>
|
|
|
|
+ {/* {time && (
|
|
<Button
|
|
<Button
|
|
type="primary"
|
|
type="primary"
|
|
style={{ marginBottom: 20 }}
|
|
style={{ marginBottom: 20 }}
|
|
@@ -284,7 +284,7 @@ function SmartOps(props) {
|
|
>
|
|
>
|
|
返回
|
|
返回
|
|
</Button>
|
|
</Button>
|
|
- )}
|
|
|
|
|
|
+ )} */}
|
|
<div className={`card-box ${styles.topContent}`}>
|
|
<div className={`card-box ${styles.topContent}`}>
|
|
<div className={styles.titleContent}>
|
|
<div className={styles.titleContent}>
|
|
<span className={styles.time}>{showTime}</span>
|
|
<span className={styles.time}>{showTime}</span>
|