Browse Source

feat: 硝酸盐变为为硝酸盐氮

sunxiao 3 days ago
parent
commit
38aa184b9f

+ 1 - 1
src/views/report/components/RecordDrawer.vue

@@ -78,7 +78,7 @@ const columns = [
     ]
   },
   {
-    label: '硝酸盐',
+    label: '硝酸盐',
     children: [
       { label: "标称值", prop: 'name', width: 100 },
       { label: "化验值", prop: 'name', width: 100 },

+ 1 - 1
src/views/report/laboratory-month/index.vue

@@ -61,7 +61,7 @@ const columns = [
     ]
   },
   {
-    label: '硝酸盐',
+    label: '硝酸盐',
     children: [
       { label: "质控次数", prop: 'xsydArrayCounts', width: 100 },
       { label: "质控合格数", prop: 'xsydPassedCounts', width: 100 },

+ 1 - 1
src/views/report/record/index.vue

@@ -71,7 +71,7 @@ const columns = [
     ]
   },
   {
-    label: '硝酸盐',
+    label: '硝酸盐',
     children: [
       { label: "标称值", prop: 'xsydStandardVal', width: 100 },
       { label: "化验值", prop: 'xsydResultConcentration', width: 100 },