From 72b729c55b43a29e8322d3c852f5ea7bb8d9e8c6 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Mon, 27 May 2024 20:25:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B2=E6=89=B0=E6=BA=90=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pqs/supervise/interfere/components/undocumented/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: '用户状态',