diff --git a/src/views/modules/eam/eamProjectPartInfo.vue b/src/views/modules/eam/eamProjectPartInfo.vue index 6e9afac..f3c3c60 100644 --- a/src/views/modules/eam/eamProjectPartInfo.vue +++ b/src/views/modules/eam/eamProjectPartInfo.vue @@ -3015,7 +3015,6 @@ import {uploadFileList} from '@/api/base/baseFunction.js'; fixed: '', columnWidth: 180, }, - //是否上传 { userId: this.$store.state.user.name, functionId: 401004, @@ -4377,9 +4376,7 @@ import {uploadFileList} from '@/api/base/baseFunction.js'; cManufactureEngineerName: row.cManufactureEngineer.split('-')[1], // 截取用户名 docEngineer: row.docEngineer, ipqcHardTag: row.ipqcHardTag, - ipqcHardTagName: row.ipqcHardTag.split('-')[1], // 截取用户名 cQualityEngineer7: row.cQualityEngineer7, - cQualityEngineer7Name: row.cQualityEngineer7.split('-')[1], // 截取用户名 finalPartNo: row.finalPartNo, finalPartDesc: row.finalPartDesc, // active: row.active, @@ -4565,9 +4562,7 @@ import {uploadFileList} from '@/api/base/baseFunction.js'; cManufactureEngineerName: row.cManufactureEngineer.split('-')[1], // 截取用户名 docEngineer: row.docEngineer, ipqcHardTag: row.ipqcHardTag, - ipqcHardTagName: row.ipqcHardTag.split('-')[1], // 截取用户名 cQualityEngineer7: row.cQualityEngineer7, - cQualityEngineer7Name: row.cQualityEngineer7.split('-')[1], // 截取用户名 buildDate: row.buildDate, status: row.status, partType: row.partType, @@ -4729,9 +4724,7 @@ import {uploadFileList} from '@/api/base/baseFunction.js'; cManufactureEngineerName: row.cManufactureEngineer.split('-')[1], // 截取用户名 docEngineer: row.docEngineer, ipqcHardTag: row.ipqcHardTag, - ipqcHardTagName: row.ipqcHardTag.split('-')[1], // 截取用户名 cQualityEngineer7: row.cQualityEngineer7, - cQualityEngineer7Name: row.cQualityEngineer7.split('-')[1], // 截取用户名 buildDate: row.buildDate, status: row.status, partType: row.partType,