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

商品概览

#{include file="../Component/StatCard.html" accent="primary" icon="fa-box" label="总商品" value=$all} #{include file="../Component/StatCard.html" accent="success" icon="fa-boxes" label="已上架" value=$shelves} #{include file="../Component/StatCard.html" accent="danger" icon="fa-box" label="未上架" value=$not} #{include file="../Component/StatCard.html" accent="info" icon="fa-shop" label="主站商品" value=$main} #{include file="../Component/StatCard.html" accent="secondary" icon="fa-store" label="子站商品" value=$child} #{include file="../Component/StatCard.html" accent="success" icon="fa-cart-shopping" label="子站上架" value=$child_shelves}

商品列表

#{hook(\App\Consts\Hook::ADMIN_VIEW_COMMODITY_TOOLBAR)}
#{hook(\App\Consts\Hook::ADMIN_VIEW_COMMODITY_FOOTER)} #{ready("/assets/admin/controller/trade/commodity.js")} #{include file="../Footer.html"}