订单支付记录

This commit is contained in:
liu
2026-08-14 01:58:57 +08:00
parent bf8ac68391
commit 889f987f17
15 changed files with 1044 additions and 16 deletions
+10
View File
@@ -242,6 +242,16 @@ class PermissionSeeder extends Seeder
['type' => 'rule', 'key' => 'recon.containerReturn.delete', 'name' => '删除'],
],
],
[
'type' => 'route',
'key' => 'recon.payment',
'name' => '支付记录',
'path' => '/recon/payment',
'children' => [
['type' => 'rule', 'key' => 'recon.payment.query', 'name' => '查询'],
['type' => 'rule', 'key' => 'recon.payment.audit', 'name' => '审核'],
],
],
[
'type' => 'route',
'key' => 'recon.settlement',