style(admin): platform order show export ledger links use btn components
This commit is contained in:
@@ -397,9 +397,9 @@
|
||||
return '/admin/platform-orders/' . $order->id . '/export-ledger?' . \Illuminate\Support\Arr::query($query);
|
||||
};
|
||||
@endphp
|
||||
<div class="muted inline-links">
|
||||
<a class="muted" href="{!! $makeExportLedgerUrl() !!}" target="_blank" rel="noopener">导出对账明细(CSV)</a>
|
||||
<a class="muted" href="{!! $makeExportLedgerUrl(['include_order_snapshot' => 1]) !!}" target="_blank" rel="noopener">导出含订单摘要(CSV)</a>
|
||||
<div class="actions gap-10">
|
||||
<a class="btn btn-secondary btn-sm" href="{!! $makeExportLedgerUrl() !!}" target="_blank" rel="noopener">导出对账明细(CSV)</a>
|
||||
<a class="btn btn-secondary btn-sm" href="{!! $makeExportLedgerUrl(['include_order_snapshot' => 1]) !!}" target="_blank" rel="noopener">导出含订单摘要(CSV)</a>
|
||||
</div>
|
||||
</div>
|
||||
<p class="muted muted-tight">用于“线下收款/转账/人工核对”的留痕记录(当前阶段先落 meta,不引入独立表)。</p>
|
||||
|
||||
Reference in New Issue
Block a user