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,