diff --git a/src/views/shop/goods/index.vue b/src/views/shop/goods/index.vue index f4129d9..e6f9c3f 100644 --- a/src/views/shop/goods/index.vue +++ b/src/views/shop/goods/index.vue @@ -81,18 +81,6 @@ 删除 - - 操作 - - - 开启砍价 - - - @@ -284,40 +272,6 @@ export default { } _this.dialog = true }, - editE(data) { - this.isAdd = false - const _this = this.$refs.form5 - _this.form = { - productId: data.id, - merId: data.merId, - image: data.image, - images: data.sliderImage, - imageArr: data.image.split(','), - sliderImageArr: data.sliderImage.split(','), - title: data.storeName, - info: data.storeInfo, - postage: data.postage, - unitName: data.unitName, - sort: data.sort, - sales: data.sales, - stock: data.stock, - isShow: data.isShow, - status: 1, - isHot: data.isHot, - description: data.description, - isPostage: data.isPostage, - people: 0, - price: 0.01, - effectiveTime: 24, - otPrice: data.otPrice, - cost: data.cost, - num: 1, - giveIntegral: 0, - isDel: 0, - browse: 0 - } - _this.dialog = true - }, attr(data) { console.log(3333) this.isAttr = false