Explorar el Código

输血时间显示隐藏1

zhouna hace 3 años
padre
commit
a312beb936
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/AddNewInspect/SlideIpt2/index.jsx

+ 1 - 1
src/components/AddNewInspect/SlideIpt2/index.jsx

@@ -32,7 +32,7 @@ class SlideIpt extends Component {
   }
   render() {
     const {item,idx} = this.props;
-    if(item.flg===8&&item.check){
+    if(item.flg!==8||(item.flg===8&&item.check)){
       return null;
     }
     return (