|
@@ -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"
|