傅行帆 5 years ago
parent
commit
241eccc39c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/pages/indexEcharts/components/UserBehaviorIndex.jsx

+ 2
- 2
src/pages/indexEcharts/components/UserBehaviorIndex.jsx View File

@@ -269,10 +269,10 @@ const UserBehaviorIndex = props => {
269 269
   return (
270 270
     <>
271 271
       <div>
272
-        <p onClick={() => router.push('/indexEcharts/userBehavior')} style={{cursor: 'pointer'}}>
272
+        {/* <p onClick={() => router.push('/indexEcharts/userBehavior')} style={{cursor: 'pointer'}}> */}
273 273
           <span style={{ borderBottom: '1px solid #f02d40', color: '#333', fontSize: '0.12rem', fontWeight: '600' }}>用户行为</span>
274 274
           {!props.BuildSelectHide && <span style={{ fontSize: '0.09rem', color: '#888', marginLeft: '0.06rem' }}>最近七天</span>}
275
-        </p>
275
+        {/* </p> */}
276 276
         <div style={{ float: 'right', marginTop: '-40px', marginBottom: '20px' }}>
277 277
           {!props.BuildSelectHide && <BuildSelect slot="action" onChange={(e => handleBuildingChange(e))} value={buildingId}></BuildSelect>}
278 278
         </div>