caixing200 %!s(int64=5) %!d(string=hai) anos
pai
achega
26d1b29b73
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      whepi-ui/templates/home/ribao.js

+ 2 - 2
whepi-ui/templates/home/ribao.js

@@ -931,7 +931,7 @@ function ribao_cell(v) {
     if (v.singleRoom == 0 && v.medical != 0)
       singleRoom = "单间隔离:" + getSingleRoom(v.singleRoom) + ";<br/>";
   }
-  var tempTemperature = v.temperature>37.2?'异常,'+v.temperature+'度':'正常';
+  var tempTemperature = v.temperature>37.2?'异常,'+v.temperature+'度':'正常,37.2度以下';
   var temperature = "体温:" + tempTemperature + ";<br/>";
   var cough = "";
   if (v.cough != 0)
@@ -2070,7 +2070,7 @@ function helpValue1(v) {
     if (v.singleRoom == 0 && v.medical != 0)
       singleRoom = "单间隔离:" + getSingleRoom(v.singleRoom) + ";<br/>";
   }
-  var tempTemperature = v.temperature>37.2?'异常,'+v.temperature+'度':'正常';
+  var tempTemperature = v.temperature>37.2?'异常,'+v.temperature+'度':'正常,37.2度以下';
   var temperature = "体温:" + tempTemperature + ";<br/>";
   var cough = "";
   if (v.cough != 0)