|
@ -288,12 +288,12 @@ const Network = props => { |
|
|
key: 'option', |
|
|
key: 'option', |
|
|
render: (_, r) => { |
|
|
render: (_, r) => { |
|
|
return ( |
|
|
return ( |
|
|
<div> {r.model==='FS-WSD-01M'?<Button onClick={()=>{setModalVis(true)}}>查询</Button>: '--'}</div> |
|
|
//E9C,FS-WSD-01M
|
|
|
|
|
|
<div> {r.model==='E9C'?<Button onClick={()=>{setModalVis(true)}}>查询</Button>: '--'}</div> |
|
|
) |
|
|
) |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
] |
|
|
] |
|
|
console.log('modalVis',modalVis) |
|
|
|
|
|
return ( |
|
|
return ( |
|
|
<> |
|
|
<> |
|
|
<Spin spinning={loading}> |
|
|
<Spin spinning={loading}> |
|
|