流程相关2
This commit is contained in:
@ -79,8 +79,8 @@ var initTable = function(id) {
|
||||
align: 'center', // 左右居中
|
||||
valign: 'middle', // 上下居中
|
||||
formatter:function(value,row,index){
|
||||
return value.name;
|
||||
}
|
||||
return row.nodeName || (value && value.name) || '';
|
||||
}
|
||||
},{
|
||||
field: 'businessunit', // 返回json数据中的name
|
||||
title: '节点业务名称', // 表格表头显示文字
|
||||
|
||||
Reference in New Issue
Block a user