Browse Source

输血时间显示隐藏1

zhouna 3 năm trước cách đây
mục cha
commit
a312beb936
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 (