diff --git a/src/views/Jyh/PersonalCenter/Detail/InvitationNoticeList.vue b/src/views/Jyh/PersonalCenter/Detail/InvitationNoticeList.vue new file mode 100644 index 0000000..08b08d2 --- /dev/null +++ b/src/views/Jyh/PersonalCenter/Detail/InvitationNoticeList.vue @@ -0,0 +1,74 @@ + + + + 邀请通知列表 + + + + + + + + + 接收 + + + 拒绝 + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/Jyh/PersonalCenter/index.vue b/src/views/Jyh/PersonalCenter/index.vue index bba0934..863bbd6 100644 --- a/src/views/Jyh/PersonalCenter/index.vue +++ b/src/views/Jyh/PersonalCenter/index.vue @@ -23,6 +23,7 @@ + @@ -30,6 +31,7 @@ + @@ -41,6 +43,7 @@ import { getOrgInfo } from '@/views/Org/hooks/orgInfo'; import EarlyWarning from './Detail/EarlyWarning.vue'; import SubscribeList from './Detail/SubscribeList.vue'; import OrganizationManage from './OrganizationManage/OrganizationManage.vue'; +import InvitationNoticeList from './Detail/InvitationNoticeList.vue'; const { namespace } = getOrgInfo(); const avatarUrl = '/src/assets/imgs/avatar/male.png';