소스 검색

检验报告不显示“正常”

lighter 1 년 전
부모
커밋
242bb2b8bb
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/components/medical-insurance/inspect/InspectionReport.vue
  2. 1 1
      src/views/examination/InspectionReportIndex.vue

+ 1 - 1
src/components/medical-insurance/inspect/InspectionReport.vue

@@ -304,6 +304,6 @@ function getItemAlert(val, strValue, value) {
     case 'H':
       return '<span style="color:#F56C6C;font-weight:bold">↑</span>'
   }
-  return '<span style="color:#67C23A;font-weight:bold">正常</span>'
+  return ''
 }
 </script>

+ 1 - 1
src/views/examination/InspectionReportIndex.vue

@@ -382,6 +382,6 @@ function getItemAlert(val, strValue, value) {
     case 'H':
       return '<span style="color:#F56C6C;font-weight:bold">↑</span>'
   }
-  return '<span style="color:#67C23A;font-weight:bold">正常</span>'
+  return ''
 }
 </script>