Selaa lähdekoodia

检验报告不显示“正常”

lighter 1 vuosi sitten
vanhempi
commit
242bb2b8bb

+ 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>