zouyu
2023-11-07 3e28bc3615652fb8b2bd8f77c579f46f5cba8c3f
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"