新增余额明细页面,修复页面useId不更新的问题
This commit is contained in:
@@ -6,8 +6,6 @@ import {
|
||||
ChevronsRight,
|
||||
CircleDollarSign,
|
||||
ClipboardList,
|
||||
ClipboardMinus,
|
||||
Code,
|
||||
ComputerIcon,
|
||||
ContactRound,
|
||||
DollarSign,
|
||||
@@ -16,11 +14,9 @@ import {
|
||||
KeyRound,
|
||||
type LucideIcon,
|
||||
Package,
|
||||
PackageSearch,
|
||||
ScanSearch,
|
||||
Shield,
|
||||
ShoppingBag,
|
||||
SquareActivity,
|
||||
SquarePercent,
|
||||
TicketPercent,
|
||||
Users,
|
||||
@@ -42,6 +38,7 @@ import {
|
||||
import {
|
||||
ScopeAdminRead,
|
||||
ScopeAdminRoleRead,
|
||||
ScopeBalanceActivity,
|
||||
ScopeBatchRead,
|
||||
ScopeBillRead,
|
||||
ScopeChannelRead,
|
||||
@@ -194,6 +191,12 @@ const menuSections: { title: string; items: NavItemProps[] }[] = [
|
||||
label: "交易明细",
|
||||
requiredScope: ScopeTradeRead,
|
||||
},
|
||||
{
|
||||
href: "/balance",
|
||||
icon: CircleDollarSign,
|
||||
label: "余额明细",
|
||||
requiredScope: ScopeBalanceActivity,
|
||||
},
|
||||
{
|
||||
href: "/billing",
|
||||
icon: DollarSign,
|
||||
|
||||
Reference in New Issue
Block a user