فهرست منبع

试剂更换验证(定量) 屏蔽掉 浓度、限定范围 两个字段

ZhuJiaHao 3 ماه پیش
والد
کامیت
1417152a56
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      src/views/component/newReagent/newReagent.vue

+ 4 - 4
src/views/component/newReagent/newReagent.vue

@@ -73,7 +73,7 @@
           >
             <el-table-column type="selection" width="55" />
             <el-table-column label="检验项目" prop="jianCeXiangMu" />
-            <el-table-column label="浓度" prop="nongDu" width="100">
+            <!-- <el-table-column label="浓度" prop="nongDu" width="100">
               <template slot-scope="{ row }">
                 <el-input
                   v-if="!disabled"
@@ -83,7 +83,7 @@
                 />
                 <span v-else>{{ row.nongDu || '/' }}</span>
               </template>
-            </el-table-column>
+            </el-table-column> -->
             <el-table-column label="样品编号" prop="biaoBenHao" width="100">
               <template slot-scope="{ row }">
                 <el-input
@@ -145,7 +145,7 @@
             </el-table-column>
             <el-table-column label="实际差值" prop="shiJiChaZhi" />
             <el-table-column label="实际偏倚" prop="jieGuo" />
-            <el-table-column
+            <!-- <el-table-column
               :label="isHz ? '允许差值' : '限定范围'"
               prop="zuiXiaoFanWei"
               width="110"
@@ -160,7 +160,7 @@
                 />
                 <span v-else>{{ row.zuiXiaoFanWei || '/' }}</span>
               </template>
-            </el-table-column>
+            </el-table-column> -->
             <el-table-column label="允许偏倚" prop="yunXuPianYi" width="100">
               <template slot-scope="{ row }">
                 <el-input