|
|
|
@ -146,17 +146,17 @@ function initTableLg() {
|
|
|
|
|
field: 'archivestate',
|
|
|
|
|
align: 'center',
|
|
|
|
|
valign: 'middle',
|
|
|
|
|
formatter: function (value, row, index) {
|
|
|
|
|
/*formatter: function (value, row, index) {
|
|
|
|
|
//在院 未归档 归档中 初审 已归档 已认证
|
|
|
|
|
//在院 未归档 归档中 初审 已归档 已认证 复审退回
|
|
|
|
|
var a = '';
|
|
|
|
|
if (value == "初审") {
|
|
|
|
|
a = '<span style="color:#8FBC8F"><i class="fa fa-check-circle-o" aria-hidden="true"></i>' + value + '</span>';
|
|
|
|
|
} else if (value == "初审退回") {
|
|
|
|
|
} else if (value == "复审退回") {
|
|
|
|
|
a = '<span style="color:red"><i class="fa fa-check-circle-o" aria-hidden="true"></i>' + value + '</span>';
|
|
|
|
|
}
|
|
|
|
|
return a;
|
|
|
|
|
}
|
|
|
|
|
}*/
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '是否死亡',
|
|
|
|
|