BUG 31039

This commit is contained in:
aixianling
2022-09-22 10:43:07 +08:00
parent c661413585
commit a08f2525ee

View File

@@ -9,7 +9,7 @@
<el-form-item label="产品名称" prop="productName">
<el-input v-model="form.productName" placeholder="请输入" clearable show-word-limit maxlength="30"/>
</el-form-item>
<el-form-item label="产品介绍" prop="productFeatures">
<el-form-item label="产品介绍" prop="productFeatures" v-if="!isGuarantee">
<el-input type="textarea" rows="5" v-model="form.productFeatures" placeholder="请输入" clearable
maxlength="500" show-word-limit/>
</el-form-item>