浏览代码

质量统计修改统计指标

luoxiao 4 周之前
父节点
当前提交
ba2366298f
共有 1 个文件被更改,包括 10 次插入0 次删除
  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);