|
@@ -10,6 +10,7 @@ import { useEffect, useRef, useState } from 'react';
|
|
|
import styles from './index.less';
|
|
|
|
|
|
const { RangePicker } = DatePicker;
|
|
|
+const project = JSON.parse(localStorage.project || '{}');
|
|
|
|
|
|
const SmartReport = () => {
|
|
|
const navigate = useNavigate();
|
|
@@ -305,7 +306,7 @@ const SmartReport = () => {
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div className={styles.title}>无锡锡山水厂</div>
|
|
|
+ <div className={styles.title}>{project.Name}</div>
|
|
|
|
|
|
<Spin spinning={loading}>
|
|
|
<div className={styles.scrollContent}>
|