This commit is contained in:
parent
a6a222ae9c
commit
f3e687b149
|
@ -99,7 +99,7 @@
|
|||
margin-right: 10px;
|
||||
cursor: pointer;
|
||||
"
|
||||
@click.stop="getdetails('修改商品', scope.row.id)"
|
||||
@click.stop="getdetails('修改商品', scope.row)"
|
||||
>编辑</span
|
||||
>
|
||||
<el-popconfirm title="确定删除吗?" @confirm="del(scope.row.id)">
|
||||
|
|
Loading…
Reference in New Issue