Browse Source

修改商品排名

master
wangfukang 1 month ago
parent
commit
0828babf3f
  1. 11
      src/views/app/shop/dictManage.vue

11
src/views/app/shop/dictManage.vue

@ -161,6 +161,11 @@
<Input v-model="addGoodsForm.productName" />
</FormItem>
</Col>
<Col span="6">
<FormItem label="排名" class="form-noheight">
<Input v-model="addGoodsForm.orderFiled" type="number" placeholder="排名" />
</FormItem>
</Col>
<Col span="6">
<FormItem label="店铺分类" class="form-noheight">
<Input v-model="editTitle" disabled />
@ -379,6 +384,7 @@
categoryName:'', //
productPicture:'', //
productName:'', //
orderFiled:'', //
lunchBox:0, //
startPayNum:'', //
attributeListPrice:[{ //
@ -444,8 +450,8 @@
minWidth: 60,
},
{
title: "起售数量",
key: "startPayNum",
title: "排名",
key: "orderFiled",
width: 100,
},
// {
@ -1102,6 +1108,7 @@
productName:'', //
lunchBox:0, //
startPayNum:'', //
orderFiled:'',//
attributeListPrice:[{ //
specPrice:"",
specNum:9999

Loading…
Cancel
Save