提交 d611d5cf authored 作者: 王天霸's avatar 王天霸

12122

上级 feaf3405
...@@ -26,10 +26,12 @@ ...@@ -26,10 +26,12 @@
></el-input> ></el-input>
</el-col> </el-col>
<el-col :span="4" style="height:50px;"> <el-col :span="4" style="height:50px;">
<span style="height:50px;line-height: 40px;" @click="deleteparameter(index)"> <span v-show="index!=0" style="height:50px;line-height: 40px;" @click="deleteparameter(index)">
<i style="color:#ff4949" class="el-icon-delete curspor" /> <i style="color:#ff4949" class="el-icon-delete curspor" />
</span> </span>
<span style="height:50px;line-height: 40px;">
<i style="color:#ff4949" class="el-icon-rank curspor" /> <i style="color:#ff4949" class="el-icon-rank curspor" />
</span>
</el-col> </el-col>
</el-row> </el-row>
</div> </div>
......
...@@ -307,10 +307,10 @@ ...@@ -307,10 +307,10 @@
this.description = res.data.description; this.description = res.data.description;
// 商品参数 售后服务 其他设置 // 商品参数 售后服务 其他设置
this.goodsaftersale.params = res.data.params?res.data.params:[]//参数 this.goodsaftersale.params = res.data.params?res.data.params:[{'title':'','value':''}]//参数
this.goodsaftersale.goods_des = res.data.goods_des//关键词 this.goodsaftersale.goods_des = res.data.goods_des//关键词
this.goodsaftersale.producing_area = res.data.producing_area // 产地 this.goodsaftersale.producing_area = Number(res.data.producing_area) // 产地
this.goodsaftersale.deliver_area = res.data.deliver_area // 发货地 this.goodsaftersale.deliver_area = Number(res.data.deliver_area) // 发货地
this.goodsaftersale.unit = res.data.unit // 单位 this.goodsaftersale.unit = res.data.unit // 单位
this.goodsaftersale.web_url = res.data.web_url // 外部链接 this.goodsaftersale.web_url = res.data.web_url // 外部链接
this.goodsaftersale.out_goods_id = (res.data.out_goods_id == 0) ? '' : res.data.out_goods_id //商品编码 this.goodsaftersale.out_goods_id = (res.data.out_goods_id == 0) ? '' : res.data.out_goods_id //商品编码
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论