浏览代码

修改退款

pangqijun 1 年之前
父节点
当前提交
2290e35d67
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/finance/aftersales.vue

+ 1 - 1
src/views/finance/aftersales.vue

@@ -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)"