Преглед на файлове

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

sunxiao преди 2 месеца
родител
ревизия
38aa184b9f
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      src/views/report/components/RecordDrawer.vue
  2. 1 1
      src/views/report/laboratory-month/index.vue
  3. 1 1
      src/views/report/record/index.vue

+ 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 },