@@ -30,7 +30,7 @@
<template slot-scope="scope" slot="menu">
<el-button
- v-if="scope.row.refundState == 0"
+ v-if="scope.row.refundState == 0 && scope.row.status == 3"
type="text"
size="small"
@click="openRefundApplyBox(scope.row)"