6
0
Fork 0
base
panliang 2022-10-11 16:38:24 +08:00
parent b56fb6e371
commit ae4fc9b507
2 changed files with 2 additions and 0 deletions

View File

@ -237,6 +237,7 @@ class OrderController extends AdminController
OrderStatus::CANCELLED => '已取消' OrderStatus::CANCELLED => '已取消'
])->width(3); ])->width(3);
$filter->between('created_at')->dateTime()->width(6); $filter->between('created_at')->dateTime()->width(6);
$filter->like('pay_sn')->width(3);
}); });
$grid->tools(function (Grid\Tools $tools) { $grid->tools(function (Grid\Tools $tools) {

View File

@ -57,6 +57,7 @@ return [
'sales_value' => '成长值', 'sales_value' => '成长值',
'market_price' => '市场价', 'market_price' => '市场价',
'cost_price' => '成本价', 'cost_price' => '成本价',
'out_trade_no' => '支付流水号',
], ],
'options' => [ 'options' => [
], ],