Commit 75582005 authored by wangwei's avatar wangwei

Merge remote-tracking branch 'origin/development' into development

parents c38acd90 1b4cafa9
......@@ -193,7 +193,7 @@
<el-button
@click="onRefund(scope.row.id, scope.row.money)"
type="warning"
v-if="(scope.row.status == 1 || scope.row.status == 4|| scope.row.status == 5) && $store.state.orderRefund"
v-if="(scope.row.status == 1 || scope.row.status == 4 || scope.row.status == 5 ) && $store.state.orderRefund && scope.row.order_type != 3 "
plain
size="mini">
退款
......
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