Explorar el Código

质量统计修改统计指标

luoxiao hace 4 meses
padre
commit
ba2366298f
Se han modificado 1 ficheros con 10 adiciones y 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);