orderController
parent
5751de28b2
commit
b56fb6e371
|
|
@ -336,6 +336,8 @@ class OrderController extends AdminController
|
||||||
$show->field('pay_way', '支付方式')->as(function () {
|
$show->field('pay_way', '支付方式')->as(function () {
|
||||||
return $this->pay_way?->text();
|
return $this->pay_way?->text();
|
||||||
})->circleDot(PayWay::colors());
|
})->circleDot(PayWay::colors());
|
||||||
|
$show->field('pay_sn');
|
||||||
|
$show->field('out_trade_no');
|
||||||
});
|
});
|
||||||
$show->row(function (Show\Row $show) {
|
$show->row(function (Show\Row $show) {
|
||||||
$show->width(6)->field('consignee_name');
|
$show->width(6)->field('consignee_name');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue