diff --git a/src/views/pqs/supervise/interfere/components/undocumented/index.vue b/src/views/pqs/supervise/interfere/components/undocumented/index.vue index 9a2fbcbb..a02a09a4 100644 --- a/src/views/pqs/supervise/interfere/components/undocumented/index.vue +++ b/src/views/pqs/supervise/interfere/components/undocumented/index.vue @@ -57,7 +57,8 @@ const tableStore = new TableStore({ method: 'POST', column: [ { 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: 'projectName', title: '工程名称', minWidth: 170 }, { @@ -69,7 +70,6 @@ const tableStore = new TableStore({ return getUserTypeName(userType) } }, - { field: 'city', title: '所属地市', minWidth: 80 }, { field: 'userStatus', title: '用户状态',