diff --git a/src/views/modules/rohs/rohsRecord.vue b/src/views/modules/rohs/rohsRecord.vue
index 5b1dc01..22caf71 100644
--- a/src/views/modules/rohs/rohsRecord.vue
+++ b/src/views/modules/rohs/rohsRecord.vue
@@ -74,84 +74,36 @@
v-loading="dataListLoading"
style="width: 100%;">
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- {{ normalizeDateOnly(scope.row.plannedMassProductionDate) }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ normalizeDateOnly(scope.row.expectReportTime) }}
-
-
-
-
-
-
- {{ getValidUntilDisplay(scope.row.validUntilValue, scope.row.validUntil) }}
-
-
-
-
-
-
-
- {{ scope.row.hsfApproverName || scope.row.hsfApprover || '' }}
-
-
-
-
- {{ scope.row.relatedPeopleName || scope.row.relatedPeople || '' }}
+ {{ scope.row.mainIfsPartNo || scope.row.ifsPartNo || '' }}
-
-
+
- {{ scope.row.mainIfsPartNo || scope.row.ifsPartNo || '' }}
+ {{ scope.row.mainPartDesc || scope.row.materialDesc || '' }}
-
+
+
- {{ scope.row.mainPartDesc || scope.row.materialDesc || '' }}
+ {{ normalizeDateOnly(scope.row.expiryDate) }}
-
编辑