src/views/business/finishedProductSampling/components/addQuarterItem.vue
@@ -22,7 +22,7 @@ </template> </el-table-column> <el-table-column label="责任人" prop="dutyUser" width="100"></el-table-column> <el-table-column label="型号" prop="productModel" width="120"> <el-table-column label="型号" prop="productModel" width="150"> <template slot-scope="{row}"> <template> <el-input v-model="row.productModel" size="small" :disabled="operationType === 'view'"/>