@ -142,16 +142,28 @@
{field: 'restoreInstanceId',title: '流程恢复实例ID',visible: false},
{field: 'instanceTypeName',title: '流程实例类型',visible: false},
{field: 'applyUser',title: '申请人ID', visible: false},
{title: '当前状态',field: 'taskStatus',align: 'center',
formatter: function(value, row, index) {
if(row.auditStatus!="1"& & value != "未启动"){
return '< span class = "badge badge-danger" > ' + value + '< / span > ';
}
if(value === "未启动"){
return '< span class = "badge badge-primary" > ' + value + '< / span > ';
}
return '< span class = "badge badge-primary" > ' + value + '< / span > ';}
},
{field: 'applyUserName', title: '< span style = "color: red;" > 申请人< / span > ',
formatter: function(value, row, index) {return '< span style = "color: red;" > ' + (value ? value : "-") + '< / span > '; }
},
{field: 'applyTime',title: '申请时间'},
{field: 'taskId', title: '当前任务ID',visible: false},
{field: 'todoUserId',title: '待办用户ID',visible: false},
{field: 'taskName',title: '当前任务名称',align: 'center',
{field: 'taskName',title: '当前任务名称',align: 'center', visible: false,
formatter: function(value, row, index) { return '< span class = "badge badge-primary" > ' + value + '< / span > '; }
},
{ title: '审核状态',field: 'auditStatus',
{ title: '审核状态',field: 'auditStatus', visible: false,
formatter: function (value, row, index) { return $.table.selectDictLabel(auditStatusDatas, value);}
},
{title: '客户状态',field: 'useStatus',