|
|
@ -187,7 +187,7 @@ const DataAlarm = ({ match, dispatch, actions, user, loading, socket }) => { |
|
|
|
<span style={{ display: "inline-block", color: v.state == 'PMOS' ? "rgb(255, 255, 255)" : "rgb(15, 126, 251)", width: 48, fontSize: 12, textAlign: "center" }}>{v.state}</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
</> |
|
|
@ -345,6 +345,8 @@ const DataAlarm = ({ match, dispatch, actions, user, loading, socket }) => { |
|
|
|
selected={selected} |
|
|
|
setSelected={setSelected} |
|
|
|
setGenre={setGenre} |
|
|
|
query={query} |
|
|
|
setQuery={setQuery} |
|
|
|
/> |
|
|
|
{setup ? ( |
|
|
|
<Setup |
|
|
@ -400,7 +402,7 @@ const DataAlarm = ({ match, dispatch, actions, user, loading, socket }) => { |
|
|
|
}} |
|
|
|
> |
|
|
|
<div style={{ display: 'flex', paddingLeft: 20 }}> |
|
|
|
<span style={{ display: 'inline-block', width: 78 }}>确认信息:</span> |
|
|
|
<span style={{ display: 'inline-block', width: 78 }}>确认信息:</span> |
|
|
|
<TextArea maxCount={500} showClear onChange={(e) => setContent(e)} /> |
|
|
|
</div> |
|
|
|
</Modal> : ""} |
|
|
|