投诉详情取消投诉规则改变,商品分类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

@@ -19,7 +19,7 @@
<Input v-model="baseInfoForm.sellingPoint" type="textarea" :rows="4" style="width: 260px"/>
</FormItem>
<FormItem label="商品品牌" prop="brandId">
<Select v-model="baseInfoForm.brandId" style="width: 200px">
<Select v-model="baseInfoForm.brandId" filterable style="width: 200px">
<Option v-for="item in brandList" :value="item.id" :key="item.id" :label="item.name"></Option>
</Select>
</FormItem>