mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 16:33:49 +00:00
modules
This commit is contained in:
@@ -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',
|
||||
|
@@ -58,7 +58,7 @@ const NodeExtract = ({
|
||||
<Tr>
|
||||
<Th>字段 key</Th>
|
||||
<Th>字段描述</Th>
|
||||
<Th>必填</Th>
|
||||
<Th>必须</Th>
|
||||
<Th></Th>
|
||||
</Tr>
|
||||
</Thead>
|
||||
|
Reference in New Issue
Block a user