|
|
@ -2248,7 +2248,7 @@
|
|
|
|
//死亡否
|
|
|
|
//死亡否
|
|
|
|
var deathExpired = <%=res.getString("deathExpired")%>;
|
|
|
|
var deathExpired = <%=res.getString("deathExpired")%>;
|
|
|
|
if (value != null && value != "" && value==0) {
|
|
|
|
if (value != null && value != "" && value==0) {
|
|
|
|
result = '<span style="color:green;"><i class="fa fa-times-circle-o" aria-hidden="true"></i>未死亡</span>'
|
|
|
|
result = '<span style="color:green;"><i class="fa fa-times-circle-o" aria-hidden="true"></i> </span>'
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
if (days > deathExpired) {
|
|
|
|
if (days > deathExpired) {
|
|
|
|
var day = days - deathExpired;
|
|
|
|
var day = days - deathExpired;
|
|
|
|