diff --git a/src/views/modules/qc/IQCResultEntry.vue b/src/views/modules/qc/IQCResultEntry.vue
index 5c4cc22..1a8edd0 100644
--- a/src/views/modules/qc/IQCResultEntry.vue
+++ b/src/views/modules/qc/IQCResultEntry.vue
@@ -280,6 +280,18 @@
@row-click="IQCClickRow"
@selection-change="selectionIQC"
style="width: 100%;">
+
+
+
+
+
{
@@ -4484,11 +4497,21 @@
}
.info-item label {
+ color: #909399;
+ font-size: 13px;
+ line-height: 1.5;
+ margin-bottom: 4px;
display: block;
- margin-bottom: 6px;
- font-size: 12px;
- font-weight: 500;
- color: #606266;
+}
+
+/* 红旗列样式 */
+.el-table /deep/ th.defect-flag-header {
+ background-color: #ffffff !important;
+ border-bottom: 1px solid #ebeef5;
+}
+
+.el-table /deep/ td.defect-flag-column {
+ background-color: #ffffff !important;
}
.info-item label a {
diff --git a/src/views/modules/qc/qcPartAttribute.vue b/src/views/modules/qc/qcPartAttribute.vue
index e903d1e..29c7815 100644
--- a/src/views/modules/qc/qcPartAttribute.vue
+++ b/src/views/modules/qc/qcPartAttribute.vue
@@ -657,15 +657,7 @@
min-width="100"
label="当前不合格次数">
-
- scope.row.currentDefectCount = value.match(/^[1-9]\d*$/) ? value.match(/^[1-9]\d*$/)[0] : ''"
- style="height: 11px; width: 98%;">
-
-
-
- {{scope.row[scope.column.property]}}
-
+ {{scope.row[scope.column.property]}}
-
- scope.row.lastDefectCount = value.match(/^[1-9]\d*$/) ? value.match(/^[1-9]\d*$/)[0] : ''"
- style="height: 11px; width: 98%;">
-
-
-
- {{scope.row[scope.column.property]}}
-
+ {{scope.row[scope.column.property]}}
+
+
+
+
+ {{scope.row.remainingTrackingBatches}}
+
+
+
+
+ {{scope.row.lastTriggerTime}}
-
-
-
-
-
-
保存