Commit f94825ee by 朱继来

调整

parent 7732872f
......@@ -129,7 +129,7 @@
<a class="btn btn-xs btn-outline btn-success" lay-event="audit">审核</a>
<?php } ?>
<a class="btn btn-xs btn-outline btn-danger" lay-event="cancel">取消</a>
@{{# } else if (d.service_type == 1 && d.service_status == 3 && d.refund_status != 3) { }}
@{{# } else if (d.service_status == 3 && d.refund_status != 3) { }}
<?php if (in_array('orderServiceList_confirm_refund', $userPerms)) { ?>
<a class="btn btn-xs btn-outline btn-success" lay-event="confirm">确认退款</a>
<?php } ?>
......
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 sign in to comment