投诉详情取消投诉规则改变,商品分类2级分类没有图片

This commit is contained in:
mabo
2021-08-12 17:42:05 +08:00
parent 9b0a089e29
commit a849d8906a
3 changed files with 6 additions and 6 deletions

View File

@@ -59,7 +59,7 @@
<FormItem label="分类名称" prop="name">
<Input v-model="formAdd.name" clearable style="width: 100%" />
</FormItem>
<FormItem label="分类图标" prop="image" v-if="formAdd.level === 2">
<FormItem label="分类图标" prop="image" v-if="formAdd.level !== 1">
<upload-pic-input v-model="formAdd.image" style="width: 100%"></upload-pic-input>
</FormItem>
<FormItem label="排序值" prop="sortOrder" style="width: 345px">