Skip to content

Commit 1578235

Browse files
committed
创建时间
1 parent a9ff3b4 commit 1578235

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/App/Http/Controllers/Api/OrderController.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ public function refundHtml(Request $request)
149149
'type' => 'height',
150150
'label' => '查询ID'
151151
])
152+
->item([
153+
'name' => 'created_at',
154+
'type' => 'height',
155+
'label' => '创建时间'
156+
])
152157
->item([
153158
'name' => 'order_id',
154159
'type' => 'text',

0 commit comments

Comments
 (0)