Browse Source

已确认

dev
wenlele 2 years ago
parent
commit
4063b642a6
  1. 2
      web/client/src/sections/problem/containers/dataAlarm.jsx

2
web/client/src/sections/problem/containers/dataAlarm.jsx

@ -272,7 +272,7 @@ const DataAlarm = ({ match, dispatch, actions, user, loading, socket }) => {
}}>确认</Button>
: r.State == 3 ?
<Button theme='borderless' style={{ width: 65 }} disabled>自动恢复</Button> :
<Button theme='borderless' style={{ width: 65 }} disabled>已确</Button> : ""
<Button theme='borderless' style={{ width: 65 }} disabled>已确</Button> : ""
}
{route ? ['dataLnterrupt', 'dataAbnormal', 'strategyHit'].includes(route) ? <>
<Button theme='borderless' style={{ width: 65 }} disabled>已派单</Button>

Loading…
Cancel
Save