流程相关2

This commit is contained in:
Timer
2026-03-06 01:08:17 +08:00
parent 3d81e6950f
commit ed81825425
6 changed files with 199 additions and 113 deletions

View File

@ -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: '节点业务名称', // 表格表头显示文字