{{if AdminIsPower('order', 'detail')}}
{{/if}}
{{if !empty($module_data['operate_data'])}}
{{if AdminIsPower('order', 'confirm') and $module_data['operate_data']['is_confirm'] eq 1}}
{{/if}}
{{if AdminIsPower('order', 'pay') and $module_data['operate_data']['is_pay'] eq 1}}
{{/if}}
{{if AdminIsPower('order', 'delivery') and $module_data['operate_data']['is_take'] eq 1}}
{{/if}}
{{if AdminIsPower('order', 'deliveryinfo') and $module_data['operate_data']['is_delivery'] eq 1}}
{{/if}}
{{if AdminIsPower('order', 'serviceinfo') and $module_data['operate_data']['is_service'] eq 1}}
{{/if}}
{{if AdminIsPower('order', 'tracesourceinfo') and $module_data['operate_data']['is_tracesource'] eq 1}}
{{/if}}
{{if AdminIsPower('order', 'collect') and $module_data['operate_data']['is_collect'] eq 1}}
{{/if}}
{{if AdminIsPower('order', 'cancel') and $module_data['operate_data']['is_cancel'] eq 1}}
{{/if}}
{{if AdminIsPower('order', 'delete') and $module_data['operate_data']['is_delete'] eq 1}}
{{/if}}
{{/if}}