Skip to content

Commit

Permalink
Update info.blade.php
Browse files Browse the repository at this point in the history
add hook
  • Loading branch information
what123 authored and yushine committed Feb 13, 2025
1 parent 5956775 commit 775afd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion innopacks/panel/resources/views/orders/info.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
@endforeach
<a class="btn btn-success ms-2" href="{{ panel_route('orders.printing', $order) }}" target="_blank">{{
panel_trans('order.print') }}</a>
@hookinsert('panel.orders.info.print.after')
<el-dialog v-model="statusDialog" title="{{ __('panel/order.status') }}" width="500">
<div class="mb-2">{{ __('panel/order.comment') }}</div>
<textarea v-model="comment" class="form-control" placeholder="{{ __('panel/order.comment') }}"
Expand Down Expand Up @@ -300,4 +301,4 @@ function submitComment() {
statusApp.use(ElementPlus);
statusApp.mount('#status-app');
</script>
@endpush
@endpush

0 comments on commit 775afd4

Please sign in to comment.