Browse Source

注释短信提醒

dev
liujiangyong 1 year ago
parent
commit
306cf1f91d
  1. 4
      web/client/src/sections/fillion/components/patrolTable.js

4
web/client/src/sections/fillion/components/patrolTable.js

@ -1173,9 +1173,9 @@ const PatrolTable = (props) => {
: '' : ''
} }
<Button style={{ marginLeft: 20 }}>查询</Button> <Button style={{ marginLeft: 20 }}>查询</Button>
{ {/* {
routerUrl == 'patrol_anomaly' ? <Button onClick={() => { showModal() }} style={{ float: 'right', marginRight: 30 }}> 短信提醒</Button> : '' routerUrl == 'patrol_anomaly' ? <Button onClick={() => { showModal() }} style={{ float: 'right', marginRight: 30 }}> 短信提醒</Button> : ''
} } */}
{/* <Button style={{ marginLeft: 20 }} onClick={handleExport} >导出</Button> */} {/* <Button style={{ marginLeft: 20 }} onClick={handleExport} >导出</Button> */}

Loading…
Cancel
Save