pay_sn
parent
b56fb6e371
commit
ae4fc9b507
|
|
@ -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) {
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,7 @@ return [
|
||||||
'sales_value' => '成长值',
|
'sales_value' => '成长值',
|
||||||
'market_price' => '市场价',
|
'market_price' => '市场价',
|
||||||
'cost_price' => '成本价',
|
'cost_price' => '成本价',
|
||||||
|
'out_trade_no' => '支付流水号',
|
||||||
],
|
],
|
||||||
'options' => [
|
'options' => [
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue