From 97855e60fd7c86a57a022df0c54fd1b2b57c6a47 Mon Sep 17 00:00:00 2001 From: xuwenbo <717567226@qq.com> Date: Tue, 1 Sep 2020 17:03:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=95=86=E5=93=81=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E6=B7=BB=E5=8A=A0=E6=B4=BB=E5=8A=A8=E5=95=86=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/shop/goods/index.vue | 46 ---------------------------------- 1 file changed, 46 deletions(-) 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