|
@@ -189,7 +189,7 @@ const SmartReport = () => {
|
|
return (
|
|
return (
|
|
<div className={styles.longWhiteBox}>
|
|
<div className={styles.longWhiteBox}>
|
|
<div className={styles.longWhiteBoxIn}>
|
|
<div className={styles.longWhiteBoxIn}>
|
|
- {label}
|
|
|
|
|
|
+ <div>{label}</div>
|
|
<span className={styles.value}>
|
|
<span className={styles.value}>
|
|
{value}
|
|
{value}
|
|
{unit && <span className={styles.unit}>{unit}</span>}
|
|
{unit && <span className={styles.unit}>{unit}</span>}
|
|
@@ -314,8 +314,8 @@ const SmartReport = () => {
|
|
<div className={styles.scrollContent}>
|
|
<div className={styles.scrollContent}>
|
|
<Box title="概览">
|
|
<Box title="概览">
|
|
<div className={styles.content}>
|
|
<div className={styles.content}>
|
|
- <TwoBoxItem label="累计进水:" value={in_water} />
|
|
|
|
- <TwoBoxItem label="累计出水:" value={out_water} />
|
|
|
|
|
|
+ <TwoBoxItem label="累计进水" value={in_water} />
|
|
|
|
+ <TwoBoxItem label="累计出水" value={out_water} />
|
|
|
|
|
|
<ThreeBoxContent
|
|
<ThreeBoxContent
|
|
data={[
|
|
data={[
|
|
@@ -334,12 +334,12 @@ const SmartReport = () => {
|
|
/>
|
|
/>
|
|
|
|
|
|
<TwoBoxItem
|
|
<TwoBoxItem
|
|
- label="优化建议:"
|
|
|
|
|
|
+ label="优化建议"
|
|
value={push_optimize_task}
|
|
value={push_optimize_task}
|
|
unit="条"
|
|
unit="条"
|
|
/>
|
|
/>
|
|
<TwoBoxItem
|
|
<TwoBoxItem
|
|
- label="任务完成:"
|
|
|
|
|
|
+ label="任务完成"
|
|
value={push_complete_task}
|
|
value={push_complete_task}
|
|
unit="个"
|
|
unit="个"
|
|
/>
|
|
/>
|
|
@@ -417,7 +417,7 @@ const SmartReport = () => {
|
|
<div className={styles.box}>
|
|
<div className={styles.box}>
|
|
<div className={styles.main_in}>
|
|
<div className={styles.main_in}>
|
|
<div className={styles.titleContent}>智慧运营</div>
|
|
<div className={styles.titleContent}>智慧运营</div>
|
|
- <CircleThreeContent
|
|
|
|
|
|
+ <ThreeContent
|
|
data={[
|
|
data={[
|
|
{
|
|
{
|
|
label: '优化条数',
|
|
label: '优化条数',
|