提交 d259677c authored 作者: chenweiping's avatar chenweiping

05-07

上级 7d03c207
......@@ -129,13 +129,13 @@
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">
<el-button
v-if="scope.row.status == 4"
v-if="scope.row.status == 4 && !scope.row.parentId"
size="mini"
type="text"
@click="agreeRefund(scope.row)"
>同意退款</el-button>
<el-button
v-if="scope.row.status == 4"
v-if="scope.row.status == 4 && !scope.row.parentId"
size="mini"
type="text"
@click="refuseRefund(scope.row)"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论