Explorar o código

删除自检异常次数显示

Renxy %!s(int64=2) %!d(string=hai) anos
pai
achega
852911618e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/pages/SmartReport/index.js

+ 1 - 1
src/pages/SmartReport/index.js

@@ -398,7 +398,7 @@ const SmartReport = () => {
                 <ThreeContent
                   data={[
                     { label: '自检次数', value: self_inspection_task },
-                    { label: '异常次数', value: self_inspection_abnormal_task },
+                    // { label: '异常次数', value: self_inspection_abnormal_task },
                     { label: '正常次数', value: self_inspection_normal_task },
                   ]}
                 />