diff --git a/frontend/src/components/business/ms-message/MessageCenterDrawer.vue b/frontend/src/components/business/ms-message/MessageCenterDrawer.vue index fb070c3982..cd1bdb496f 100644 --- a/frontend/src/components/business/ms-message/MessageCenterDrawer.vue +++ b/frontend/src/components/business/ms-message/MessageCenterDrawer.vue @@ -97,7 +97,11 @@
-
{{ t('ms.message.notice.title') }}
+ +
{{ + t('ms.message.notice.title') + }}
+
{{ item.userName }}  
@@ -375,7 +379,6 @@ box-sizing: border-box; line-height: 1.8715; } - .case { /* 底部样式 */ position: fixed; @@ -383,7 +386,6 @@ padding: 20px; text-align: center; } - .clickable { cursor: pointer; transition: background-color 0.3s ease; diff --git a/frontend/src/components/business/ms-user-selector/utils.ts b/frontend/src/components/business/ms-user-selector/utils.ts index 24ffbde4f8..ba478e7b5d 100644 --- a/frontend/src/components/business/ms-user-selector/utils.ts +++ b/frontend/src/components/business/ms-user-selector/utils.ts @@ -8,7 +8,7 @@ import { getUserByProjectByOrg, } from '@/api/modules/setting/organizationAndProject'; import { getOrgUserGroupOption, getSystemUserGroupOption } from '@/api/modules/setting/usergroup'; - +import { getOrgOptions } from '@/api/modules/system'; // eslint-disable-next-line no-shadow export enum UserRequestTypeEnum { SYSTEM_USER_GROUP = 'SYSTEM_USER_GROUP', @@ -24,6 +24,7 @@ export enum UserRequestTypeEnum { SYSTEM_ORGANIZATION_MEMBER = 'SYSTEM_ORGANIZATION_MEMBER', PROJECT_PERMISSION_MEMBER = 'PROJECT_PERMISSION_MEMBER', PROJECT_USER_GROUP = 'PROJECT_USER_GROUP', + SYSTEM_ORGANIZATION_LIST = 'SYSTEM_ORGANIZATION_LIST', } export default function initOptionsFunc(type: string, params: Record) { if (type === UserRequestTypeEnum.SYSTEM_USER_GROUP) { @@ -66,4 +67,8 @@ export default function initOptionsFunc(type: string, params: Record { const result: ScenarioItemType[] = []; _data.forEach((item) => { diff --git a/frontend/src/views/bug-management/components/bug-detail-drawer.vue b/frontend/src/views/bug-management/components/bug-detail-drawer.vue index fa68ee45df..3d17ffdf5d 100644 --- a/frontend/src/views/bug-management/components/bug-detail-drawer.vue +++ b/frontend/src/views/bug-management/components/bug-detail-drawer.vue @@ -91,18 +91,24 @@