This commit is contained in:
archer
2023-08-15 22:04:41 +08:00
parent d8cd2e9b45
commit e8ff91c455
16 changed files with 433 additions and 11 deletions

View File

@@ -44,12 +44,16 @@ const Account = ({ currentTab }: { currentTab: `${TabEnum}` }) => {
id: TabEnum.bill,
Component: <BillTable />
},
{
icon: 'payRecordLight',
label: 'user.Recharge Record',
id: TabEnum.pay,
Component: <PayRecordTable />
},
...(feConfigs?.show_userDetail
? [
{
icon: 'payRecordLight',
label: 'user.Recharge Record',
id: TabEnum.pay,
Component: <PayRecordTable />
}
]
: []),
{
icon: 'informLight',
label: 'user.Notice',

View File

@@ -58,7 +58,7 @@ const NodeExtract = ({
<Tr>
<Th> key</Th>
<Th></Th>
<Th></Th>
<Th></Th>
<Th></Th>
</Tr>
</Thead>