|
@@ -292,7 +292,7 @@ const Electric = (props) => {
|
|
<li>
|
|
<li>
|
|
<div className={styles.value}>
|
|
<div className={styles.value}>
|
|
{/* {open ? getValue(data?.elec) : '*****'} */}
|
|
{/* {open ? getValue(data?.elec) : '*****'} */}
|
|
- {data?.elec_unit_theory || '-'}
|
|
|
|
|
|
+ {open ? data?.elec_unit_theory || '-' : '*****'}
|
|
</div>
|
|
</div>
|
|
<Popover title={content}>
|
|
<Popover title={content}>
|
|
<div className={styles.btn1} onClick={(e) => e.stopPropagation()}>
|
|
<div className={styles.btn1} onClick={(e) => e.stopPropagation()}>
|
|
@@ -352,11 +352,12 @@ const Medicine = (props) => {
|
|
<ul>
|
|
<ul>
|
|
<li>
|
|
<li>
|
|
<div className={styles.valueLong}>{open ? otc_cost : '*****'}</div>
|
|
<div className={styles.valueLong}>{open ? otc_cost : '*****'}</div>
|
|
-
|
|
|
|
<div className={styles.btn1}>吨水药耗(元/m³)</div>
|
|
<div className={styles.btn1}>吨水药耗(元/m³)</div>
|
|
</li>
|
|
</li>
|
|
<li>
|
|
<li>
|
|
- <div className={styles.valueLong}>{data?.otc_unit_theory || '-'}</div>
|
|
|
|
|
|
+ <div className={styles.valueLong}>
|
|
|
|
+ {open ? data?.otc_unit_theory || '-' : '*****'}
|
|
|
|
+ </div>
|
|
<Popover title={content}>
|
|
<Popover title={content}>
|
|
<div className={styles.btn1} onClick={(e) => e.stopPropagation()}>
|
|
<div className={styles.btn1} onClick={(e) => e.stopPropagation()}>
|
|
理论值(元/m³)
|
|
理论值(元/m³)
|