src/views/quality/finishedProductInspection/finishedProduct-form.vue
@@ -96,6 +96,7 @@ <el-table-column prop="required" label="标准值" width="240" ></el-table-column> <el-table-column prop="inspectionValue" v-for="(item, index) in empiricalValueAdd" :key="index" label="检测值" width="240" style="text-align: center;"> <template slot-scope="scope"> <el-col v-if="scope.row.itype === '1'"> <el-tooltip v-if="scope.row.iname!=null" :disabled="scope.row.eId != null"