From aa789f12f410959f6deab685ccb1ab44c74a0ad4 Mon Sep 17 00:00:00 2001 From: jiayang yue Date: Thu, 5 Jun 2025 17:23:27 +0800 Subject: [PATCH] =?UTF-8?q?2025.06.05=20=E7=BB=B4=E4=BF=AE=E5=8F=8D?= =?UTF-8?q?=E9=A6=88=20=E5=8A=A0=E8=AE=BE=E5=A4=87=E5=8C=BA=E5=9F=9F?= =?UTF-8?q?=E5=92=8C=E9=83=A8=E9=97=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/eam/eamFeedBack.vue | 42 +++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/src/views/modules/eam/eamFeedBack.vue b/src/views/modules/eam/eamFeedBack.vue index a8d6b27..80ce496 100644 --- a/src/views/modules/eam/eamFeedBack.vue +++ b/src/views/modules/eam/eamFeedBack.vue @@ -39,6 +39,12 @@ + + + + + + @@ -684,6 +690,42 @@ fixed: '', columnWidth: 95, }, + { + userId: this.$store.state.user.name, + functionId: 101004001, + serialNumber: '101004001Table1LocationName', + tableId: "101004001Table1", + tableName: "维修反馈表", + columnProp: 'locationName', + headerAlign: "center", + align: "left", + columnLabel: '设备区域', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120, + }, + { + userId: this.$store.state.user.name, + functionId: 101004001, + serialNumber: '101004001TableDepartment', + tableId: "101004001Table1", + tableName: "维修反馈表", + columnProp: 'department', + headerAlign: "center", + align: "left", + columnLabel: '部门', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 113, + }, { userId: this.$store.state.user.name, functionId: 101004001,