Browse Source

质量统计修改统计指标

luoxiao 4 months ago
parent
commit
ba2366298f
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/views/statistic/statistic/index.vue

+ 10 - 0
src/views/statistic/statistic/index.vue

@@ -138,6 +138,16 @@ const data1 = [
     key: "合格率",
     key: "合格率",
     label: "合格率",
     label: "合格率",
   },
   },
+  {
+    value: "oneTimePassRate",
+    key: "一次性送检合格率",
+    label: "一次性送检合格率",
+  },
+  {
+    value: "PPM",
+    key: "PPM",
+    label: "PPM",
+  },
 ];
 ];
 const maxHeight = ref(null);
 const maxHeight = ref(null);
 const maxWidth = ref(null);
 const maxWidth = ref(null);