Commit b8ef8a43 authored by tangwei's avatar tangwei

修改bug

parent acb45bed
...@@ -21,7 +21,7 @@ class RiskContent extends Component { ...@@ -21,7 +21,7 @@ class RiskContent extends Component {
const { markerData } = this.props; const { markerData } = this.props;
// const { info = [] } = markerData || {}; // const { info = [] } = markerData || {};
let text=markerData.realTimeStatus; var text=markerData.realTimeStatus;
if(text==='合格'){ if(text==='合格'){
text='正常'; text='正常';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment