|
@@ -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)
|