Commit 2486e431 authored by mengwenhao's avatar mengwenhao

fix:商品后台-新增了详情页和返回,部分字段修改

parent 1b729564
This diff is collapsed.
...@@ -200,6 +200,11 @@ ...@@ -200,6 +200,11 @@
<el-button type="text">下架</el-button> <el-button type="text">下架</el-button>
</template> </template>
</el-popconfirm> </el-popconfirm>
<el-button
@click="goDetail(`DETAIL`,scope.row.goods_spu_id)"
type="text"
>详情</el-button>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
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