Browse Source

质量统计修改统计指标

luoxiao 4 tháng trước cách đây
mục cha
commit
ba2366298f
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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);