|
@ -69,7 +69,7 @@ const Index = ({ ...props }) => { |
|
|
</View> |
|
|
</View> |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
judgeRight('WXPATROLREPOR') ? |
|
|
judgeRight('WXPATROLREPORT') ? |
|
|
<View className='box' onClick={isSuperAdmin ? () => toPatrolReport('patrol') : () => toMyReport('patrol')}> |
|
|
<View className='box' onClick={isSuperAdmin ? () => toPatrolReport('patrol') : () => toMyReport('patrol')}> |
|
|
<Image className='box-img' src={reportImg} /> |
|
|
<Image className='box-img' src={reportImg} /> |
|
|
<View className='box-txt'> |
|
|
<View className='box-txt'> |
|
|