|
|
@ -182,6 +182,7 @@ |
|
|
|
formatter: function(value, row, index) {return '<span style="color: red;">' + (value ? value : "-") + '</span>';} |
|
|
|
}, |
|
|
|
{ title: '申请时间',field: 'applyTime',sortable: true,width: 100,}, |
|
|
|
{ title: '录入时间',field: 'createTime',sortable: true,width: 100,}, |
|
|
|
{title: '上次更新时间',field: 'updateTime',width: 120,}, |
|
|
|
{ title: '当前状态',field: 'taskName',align: 'center',width: 120, |
|
|
|
formatter: function(value, row, index) { |
|
|
|