From 5ecb7958c96d3f0b6d47b79aff7eb306c2cf690f Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期二, 06 八月 2024 11:16:58 +0800 Subject: [PATCH] gitlab上面的wms转移到公司git --- src/views/productManage/productCategory/AddProductCategoryDialog.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/productManage/productCategory/AddProductCategoryDialog.vue b/src/views/productManage/productCategory/AddProductCategoryDialog.vue index b4330aa..19cc92b 100644 --- a/src/views/productManage/productCategory/AddProductCategoryDialog.vue +++ b/src/views/productManage/productCategory/AddProductCategoryDialog.vue @@ -85,13 +85,13 @@ style="width: 85%" ></el-input> </el-form-item> - <el-form-item label="涓婄骇鍝佺被" prop="parentId"> + <el-form-item label="涓婄骇鍝佺被" v-if="editConfig.infomation.parentId" prop="parentId"> <el-select v-model="editConfig.infomation.parentId" placeholder="璇烽�夋嫨" size="mini" style="width: 85%" - :disabled="!showFooter" + :disabled="editConfig.infomation.parentId" > <el-option v-for="item in productCategoryList" :key="item.id" :label="item.name" :value="item.id"> </el-option> -- Gitblit v1.8.0