6
0
Fork 0

orderController

base
panliang 2022-10-11 16:36:50 +08:00
parent 5751de28b2
commit b56fb6e371
1 changed files with 2 additions and 0 deletions

View File

@ -336,6 +336,8 @@ class OrderController extends AdminController
$show->field('pay_way', '支付方式')->as(function () {
return $this->pay_way?->text();
})->circleDot(PayWay::colors());
$show->field('pay_sn');
$show->field('out_trade_no');
});
$show->row(function (Show\Row $show) {
$show->width(6)->field('consignee_name');