From b56fb6e371e4e9289add57e6fdccc212daaa58b2 Mon Sep 17 00:00:00 2001 From: panliang <1163816051@qq.com> Date: Tue, 11 Oct 2022 16:36:50 +0800 Subject: [PATCH] orderController --- app/Admin/Controllers/OrderController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Admin/Controllers/OrderController.php b/app/Admin/Controllers/OrderController.php index d9f086c7..0e3e1f0d 100644 --- a/app/Admin/Controllers/OrderController.php +++ b/app/Admin/Controllers/OrderController.php @@ -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');