mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 17:05:54 +08:00
投诉详情取消投诉规则改变,商品分类2级分类没有图片
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user