web/src/views/modules/basicInfo/ProductModelTree.vue
@@ -7,7 +7,7 @@ size="small" clearable ></el-input> <el-button type="primary" @click="add()" style="margin: 10px 0 0 10px;padding: 9px 18px !important;">新增型号</el-button> <el-button v-if="isShow" type="primary" @click="add()" style="margin: 10px 0 0 10px;padding: 9px 18px !important;">新增型号</el-button> <el-divider></el-divider> <el-tree style="height: 90%;overflow: auto" @@ -37,6 +37,10 @@ type: Boolean, default: true }, isShow: { type: Boolean, default: true }, basic: { type: Number, default: 1