干扰源列表展示修改
This commit is contained in:
@@ -57,7 +57,8 @@ const tableStore = new TableStore({
|
|||||||
method: 'POST',
|
method: 'POST',
|
||||||
column: [
|
column: [
|
||||||
{ title: '序号', type: 'seq', width: 80 },
|
{ title: '序号', type: 'seq', width: 80 },
|
||||||
{ field: 'responsibleDepartment', title: '归口管理部门', minWidth: 130 },
|
// { field: 'responsibleDepartment', title: '归口管理部门', minWidth: 130 },
|
||||||
|
{ field: 'city', title: '所属地市', minWidth: 80 },
|
||||||
{ field: 'substation', title: '变电站', minWidth: 100 },
|
{ field: 'substation', title: '变电站', minWidth: 100 },
|
||||||
{ field: 'projectName', title: '工程名称', minWidth: 170 },
|
{ field: 'projectName', title: '工程名称', minWidth: 170 },
|
||||||
{
|
{
|
||||||
@@ -69,7 +70,6 @@ const tableStore = new TableStore({
|
|||||||
return getUserTypeName(userType)
|
return getUserTypeName(userType)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ field: 'city', title: '所属地市', minWidth: 80 },
|
|
||||||
{
|
{
|
||||||
field: 'userStatus',
|
field: 'userStatus',
|
||||||
title: '用户状态',
|
title: '用户状态',
|
||||||
|
|||||||
Reference in New Issue
Block a user