From 03d234dfd2e692da9d36531fc02ef2b8b944dc73 Mon Sep 17 00:00:00 2001 From: jiayang yue Date: Mon, 5 May 2025 16:12:55 +0800 Subject: [PATCH] =?UTF-8?q?2025.04.30=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/report/FQAS_report.vue | 2 +- src/views/modules/report/IPQC_report.vue | 20 +++++++++++++++++++- src/views/modules/report/IQC_report.vue | 2 +- src/views/modules/report/OQC_report.vue | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/views/modules/report/FQAS_report.vue b/src/views/modules/report/FQAS_report.vue index 0f2ebe7..66e1cc8 100644 --- a/src/views/modules/report/FQAS_report.vue +++ b/src/views/modules/report/FQAS_report.vue @@ -1011,7 +1011,7 @@ // 校验用户是否收藏 this.favoriteIsOk() // 动态列 - this.getTableUserColumn(this.$route.meta.menuId+'table',1) + this.getTableUserColumn(this.$route.meta.menuId+'table1',1) if (!this.authSearch) { // 获取数据列表 this.getDataList() diff --git a/src/views/modules/report/IPQC_report.vue b/src/views/modules/report/IPQC_report.vue index 3049dcf..74ef2f6 100644 --- a/src/views/modules/report/IPQC_report.vue +++ b/src/views/modules/report/IPQC_report.vue @@ -528,6 +528,24 @@ fixed: '', columnWidth: 100, }, + { + userId: this.$store.state.user.name, + functionId: 107001002, + serialNumber: '107001002Table1ActualResourceDesc', + tableId: "107001002Table1", + tableName: "IPQC报表", + columnProp: 'actualResourceDesc', + headerAlign: "center", + align: "left", + columnLabel: '实际机台', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 100, + }, { userId: this.$store.state.user.name, functionId: 107001002, @@ -991,7 +1009,7 @@ // 校验用户是否收藏 this.favoriteIsOk() // 动态列 - this.getTableUserColumn(this.$route.meta.menuId+'table',1) + this.getTableUserColumn(this.$route.meta.menuId+'table1',1) if (!this.authSearch) { // 获取数据列表 this.getDataList() diff --git a/src/views/modules/report/IQC_report.vue b/src/views/modules/report/IQC_report.vue index dacabcb..2816874 100644 --- a/src/views/modules/report/IQC_report.vue +++ b/src/views/modules/report/IQC_report.vue @@ -1111,7 +1111,7 @@ // 校验用户是否收藏 this.favoriteIsOk() // 动态列 - this.getTableUserColumn(this.$route.meta.menuId+'table',1) + this.getTableUserColumn(this.$route.meta.menuId+'table1',1) if (!this.authSearch) { // 获取数据列表 this.getDataList() diff --git a/src/views/modules/report/OQC_report.vue b/src/views/modules/report/OQC_report.vue index 6939ef8..4565be5 100644 --- a/src/views/modules/report/OQC_report.vue +++ b/src/views/modules/report/OQC_report.vue @@ -1010,7 +1010,7 @@ export default { // 校验用户是否收藏 this.favoriteIsOk() // 动态列 - this.getTableUserColumn(this.$route.meta.menuId+'table',1) + this.getTableUserColumn(this.$route.meta.menuId+'table1',1) if (!this.authSearch) { // 获取数据列表 this.getDataList()