|
|
@@ -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
|