diff --git a/src/views/board/Index.vue b/src/views/board/Index.vue index ba03ced..35bcd2f 100644 --- a/src/views/board/Index.vue +++ b/src/views/board/Index.vue @@ -8,14 +8,14 @@
{{date}}
- +
  • 数量
  • -
  • 合格数量
  • -
  • 不良数量
  • +
  • 合格数
  • +
  • 不良数
  • 不良率
    @@ -68,12 +68,12 @@
-
CPK(色差)
+
CPK
{{ lineData?.CPK }}
CPK
-
PPK(色差)
+
PPK
{{ lineData?.PPK }}
PPK
@@ -81,7 +81,7 @@
- +
合格数据
@@ -129,7 +129,7 @@ const loading = ref(true) const standardDataTotal = ref(0) const standardDataTime = ref() const standardData = ref({ - columnWidth: [300, 120, 170, 170, 170, 170], + columnWidth: [300, 100, 200, 150, 170, 170], header: ['零件号', '类型', '检测项', '检测日期', '标准', '实测值'], indexHeader: '序号', index: false, @@ -151,7 +151,7 @@ const standardDataParams = ref({ const noStandardDataTotal = ref(0) const noStandardDataTime = ref() const noStandardData = ref({ - columnWidth: [300, 120, 170, 170, 170, 170], + columnWidth: [300, 100, 200, 150, 170, 170], header: ['零件号', '类型', '检测项', '检测日期', '标准', '实测值'], indexHeader: '序号', index: false, diff --git a/src/views/board/Index1.vue b/src/views/board/Index1.vue index 1e1e498..a595169 100644 --- a/src/views/board/Index1.vue +++ b/src/views/board/Index1.vue @@ -68,12 +68,12 @@
-
CPK(色差)
+
CPK
{{ lineData?.CPK }}
CPK
-
PPK(色差)
+
PPK
{{ lineData?.PPK }}
PPK