Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
519b5194
authored
Nov 13, 2024
by
heheer
Committed by
GitHub
Nov 13, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix extra point number input register (#3145)
parent
e9d52ada
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
projects/app/src/pages/account/components/Info/index.tsx
+2
-1
projects/app/src/pages/price/components/ExtraPlan.tsx
+1
-1
No files found.
projects/app/src/pages/account/components/Info/index.tsx
View file @
519b5194
...
@@ -45,6 +45,7 @@ import { TeamMemberRoleEnum } from '@fastgpt/global/support/user/team/constant';
...
@@ -45,6 +45,7 @@ import { TeamMemberRoleEnum } from '@fastgpt/global/support/user/team/constant';
import
QuestionTip
from
'@fastgpt/web/components/common/MyTooltip/QuestionTip'
;
import
QuestionTip
from
'@fastgpt/web/components/common/MyTooltip/QuestionTip'
;
import
{
useSystem
}
from
'@fastgpt/web/hooks/useSystem'
;
import
{
useSystem
}
from
'@fastgpt/web/hooks/useSystem'
;
import
MyImage
from
'@fastgpt/web/components/common/Image/MyImage'
;
import
MyImage
from
'@fastgpt/web/components/common/Image/MyImage'
;
import
{
getWebReqUrl
}
from
'@fastgpt/web/common/system/utils'
;
const
StandDetailModal
=
dynamic
(()
=>
import
(
'./standardDetailModal'
));
const
StandDetailModal
=
dynamic
(()
=>
import
(
'./standardDetailModal'
));
const
TeamMenu
=
dynamic
(()
=>
import
(
'@/components/support/user/team/TeamMenu'
));
const
TeamMenu
=
dynamic
(()
=>
import
(
'@/components/support/user/team/TeamMenu'
));
...
@@ -494,7 +495,7 @@ const PlanUsage = () => {
...
@@ -494,7 +495,7 @@ const PlanUsage = () => {
</
Box
>
</
Box
>
</
Flex
>
</
Flex
>
<
Link
<
Link
href=
{
EXTRA_PLAN_CARD_ROUTE
}
href=
{
getWebReqUrl
(
EXTRA_PLAN_CARD_ROUTE
)
}
transform=
{
'translateX(15px)'
}
transform=
{
'translateX(15px)'
}
display=
{
'flex'
}
display=
{
'flex'
}
alignItems=
{
'center'
}
alignItems=
{
'center'
}
...
...
projects/app/src/pages/price/components/ExtraPlan.tsx
View file @
519b5194
...
@@ -260,7 +260,7 @@ const ExtraPlan = () => {
...
@@ -260,7 +260,7 @@ const ExtraPlan = () => {
>
>
<
MyNumberInput
<
MyNumberInput
name=
"points"
name=
"points"
register=
{
register
DatasetSize
}
register=
{
register
ExtraPoints
}
min=
{
0
}
min=
{
0
}
max=
{
10000
}
max=
{
10000
}
size=
{
'sm'
}
size=
{
'sm'
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment