src/views/productionManagement/productStructure/Detail/index.vue
@@ -42,7 +42,6 @@ style="margin: 0"> <el-select v-model="row.model" placeholder="请选择规格" clearable :disabled="!dataValue.isEdit" style="width: 100%" @visible-change="(v) => { if (v) openDialog(row.tempId) }"> @@ -81,7 +80,6 @@ style="margin: 0"> <el-input-number v-model="row.unitQuantity" :min="0" :precision="2" :step="1" controls-position="right" style="width: 100%"