添加填报人
This commit is contained in:
@@ -56,8 +56,15 @@ const tableStore = new TableStore({
|
||||
{ field: 'devType', title: '终端型号', minWidth: 100 },
|
||||
|
||||
{ field: 'ip', title: '装置网络参数', minWidth: 100 },
|
||||
{ field: 'port', title: '端口号', minWidth: 100 }
|
||||
|
||||
{ field: 'port', title: '端口号', minWidth: 100 },
|
||||
{
|
||||
field: 'createBy',
|
||||
title: '填报人',
|
||||
minWidth: 80,
|
||||
formatter: (row: any) => {
|
||||
return dictData.state.userList.filter(item => item.id == row.cellValue)[0]?.name
|
||||
}
|
||||
},
|
||||
|
||||
/* {
|
||||
title: '操作',
|
||||
|
||||
Reference in New Issue
Block a user