Commit 93f186c6 authored by mengwenhao's avatar mengwenhao

fix:商品更改审核按钮显示状态

parent 27226830
......@@ -166,7 +166,7 @@
>
<template #default="scope">
<el-button
v-if="scope.row.audit_status == 2 || scope.row.online_status == 1 || scope.row.online_status == 2"
v-if="scope.row.audit_status == 2 || scope.row.online_status == 2"
type="text"
@click="goDetail(`EDIT`, scope.row.goods_spu_id)"
>编辑</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment