mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-05 01:02:59 +08:00
free plan workorder entrance (#6085)
This commit is contained in:
@@ -14,6 +14,7 @@ export enum TeamErrEnum {
|
||||
appFolderAmountNotEnough = 'appFolderAmountNotEnough',
|
||||
websiteSyncNotEnough = 'websiteSyncNotEnough',
|
||||
reRankNotEnough = 'reRankNotEnough',
|
||||
ticketNotAvailable = 'ticketNotAvailable',
|
||||
groupNameEmpty = 'groupNameEmpty',
|
||||
groupNameDuplicate = 'groupNameDuplicate',
|
||||
groupNotExist = 'groupNotExist',
|
||||
@@ -78,6 +79,10 @@ const teamErr = [
|
||||
statusText: TeamErrEnum.reRankNotEnough,
|
||||
message: i18nT('common:code_error.team_error.re_rank_not_enough')
|
||||
},
|
||||
{
|
||||
statusText: TeamErrEnum.ticketNotAvailable,
|
||||
message: i18nT('common:code_error.team_error.ticket_not_available')
|
||||
},
|
||||
{
|
||||
statusText: TeamErrEnum.groupNameEmpty,
|
||||
message: i18nT('common:code_error.team_error.group_name_empty')
|
||||
|
||||
Reference in New Issue
Block a user