src/views/quality/rawMaterial/rawMaterial-form.vue
@@ -171,10 +171,6 @@ </div> </template> </el-table-column> <el-table-column prop="deviceName" label="试验设备" min-width="260"> <template slot-scope="scope"> <div v-if="!scope.row.children"> @@ -215,8 +211,6 @@ </el-col> </el-row> </div> <div class="rawMaterial-result"> <el-row> <el-col :span="24">检验结论</el-col> @@ -385,7 +379,6 @@ } this.showPart = true }, updateDevice(row, index) { let rowId=JSON.stringify(row.rpId) updateDeviceById({ deviceId: row.deviceId, rpId: row.rpId }).then(res => {