#{include file="../Header.html"}
#{include file="../Toolbar.html"}

#{t("订单概览")}

#{include file="../Component/StatCard.html" accent="primary" icon="fa-receipt" label="订单数量" vclass="order_count" value="—"} #{include file="../Component/StatCard.html" accent="success" icon="fa-circle-dollar" label="订单金额" vclass="order_amount" value="—"} #{include file="../Component/StatCard.html" accent="danger" icon="fa-filter-circle-dollar" label="手续费" vclass="order_cost" value="—"}

#{t("订单列表")}

#{hook(\App\Consts\Hook::ADMIN_VIEW_ORDER_TOOLBAR)} #{t("Tips:上方订单数据显示会根据下方的查询条件进行筛选显示。")}
#{hook(\App\Consts\Hook::ADMIN_VIEW_ORDER_FOOTER)} #{ready("/assets/admin/controller/trade/order.js?rev=sec20260906")} #{include file="../Footer.html"}