干扰源列表展示修改

This commit is contained in:
zhujiyan
2024-05-27 20:25:27 +08:00
parent 29ab94aae3
commit 72b729c55b

View File

@@ -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: '用户状态',