Kaynağa Gözat

更新商品上下架问题

lex-xin 4 yıl önce
ebeveyn
işleme
32effb6e5d

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/index.html


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/chunk-956b3508.8b567056.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/chunk-956b3508.bc6eb5d6.js


+ 2 - 2
src/views/businessManager/shopManager/shopList.vue

@@ -214,7 +214,7 @@
                          @click="onPurchaseList(scope.row)"
                          type="text">进货清单</el-button>
               <el-popconfirm title="你是否上架该商品?"
-                             @onConfirm="onUpdate(scope.row)"
+                             @confirm="onUpdate(scope.row)"
                              v-if="scope.row.status == 0"
                              v-permission="'goods/updateGoodsStatus'">
                 <el-button slot="reference"
@@ -225,7 +225,7 @@
                          @click="onShopOperation('update', scope.row)"
                          type="text">修改</el-button>
               <el-popconfirm title="你是否下架该商品?"
-                             @onConfirm="onUpdate(scope.row)"
+                             @confirm="onUpdate(scope.row)"
                              v-if="scope.row.status == 1"
                              v-permission="'goods/updateGoodsStatus'">
                 <el-button slot="reference"

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor