浏览代码

退款按钮显示条件

natasha 4 周之前
父节点
当前提交
19a643db96
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      src/views/finance_manage/FlowManage.vue

+ 1 - 5
src/views/finance_manage/FlowManage.vue

@@ -418,11 +418,7 @@
                   size="small"
                   class="red-btn"
                   @click.native.prevent="handleRefund(scope.row, scope.$index)"
-                  v-if="
-                    scope.row.is_use_discount_code == 'false' &&
-                    scope.row.is_reservation === 'false' &&
-                    scope.row.is_has_refund_apply === 'false'
-                  "
+                  v-if="scope.row.is_use_discount_code == 'false'"
                 >
                   退款
                 </el-button>