Explorar o código

质量统计修改统计指标

luoxiao hai 4 meses
pai
achega
ba2366298f
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      src/views/statistic/statistic/index.vue

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

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