Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
corporate-culture-qd
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王立鹏
corporate-culture-qd
Commits
bb8fb618
Commit
bb8fb618
authored
May 11, 2026
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【需求 22051】 feat: 优化需求
parent
f0a877f5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
41 deletions
+39
-41
index.ts
src/api/index.ts
+36
-36
index.vue
src/views/selfMessage/index.vue
+3
-5
No files found.
src/api/index.ts
View file @
bb8fb618
// 企业文化接口
export
*
from
"./task"
;
export
*
from
"./sign"
;
export
*
from
"./shop"
;
export
*
from
"./tag"
;
export
*
from
"./user"
;
export
*
from
"./case"
;
export
*
from
"./home"
;
export
*
from
"./practice"
;
export
*
from
"./common"
;
export
*
from
"./login"
;
export
*
from
"./article"
;
export
*
from
"./online"
;
export
*
from
"./otherUserPage"
;
export
*
from
"./auction"
;
export
*
from
"./dailyLottery"
;
export
*
from
"./launchCampaign"
;
export
*
from
"./selfMessage"
;
export
*
from
"./luckyWheel"
;
export
*
from
'./task'
export
*
from
'./sign'
export
*
from
'./shop'
export
*
from
'./tag'
export
*
from
'./user'
export
*
from
'./case'
export
*
from
'./home'
export
*
from
'./practice'
export
*
from
'./common'
export
*
from
'./login'
export
*
from
'./article'
export
*
from
'./online'
export
*
from
'./otherUserPage'
export
*
from
'./auction'
export
*
from
'./dailyLottery'
export
*
from
'./launchCampaign'
export
*
from
'./selfMessage'
export
*
from
'./luckyWheel'
// 导出类型
export
*
from
"./task/types"
;
export
*
from
"./shop/types"
;
export
*
from
"./tag/types"
;
export
*
from
"./article/types"
;
export
*
from
"./user/types"
;
export
*
from
"./case/types"
;
export
*
from
"./home/types"
;
export
*
from
"./practice/types"
;
export
*
from
"./common/types"
;
export
*
from
"./login/types"
;
export
*
from
"./article/types"
;
export
*
from
"./online/types"
;
export
*
from
"./otherUserPage/types"
;
export
*
from
"./auction/types"
;
export
*
from
"./dailyLottery/types"
;
export
*
from
"./launchCampaign/types"
;
export
*
from
"./selfMessage/types"
;
export
*
from
"./luckyWheel/types"
;
export
*
from
'./task/types'
export
*
from
'./shop/types'
export
*
from
'./tag/types'
export
*
from
'./article/types'
export
*
from
'./user/types'
export
*
from
'./case/types'
export
*
from
'./home/types'
export
*
from
'./practice/types'
export
*
from
'./common/types'
export
*
from
'./login/types'
export
*
from
'./article/types'
export
*
from
'./online/types'
export
*
from
'./otherUserPage/types'
export
*
from
'./auction/types'
export
*
from
'./dailyLottery/types'
export
*
from
'./launchCampaign/types'
export
*
from
'./selfMessage/types'
export
*
from
'./luckyWheel/types'
src/views/selfMessage/index.vue
View file @
bb8fb618
...
...
@@ -218,7 +218,7 @@ const onMessageMenu = async (cmd: string | number, message: MessageDetailListIte
if
(
cmd
!==
'delete'
)
return
if
(
!
message
.
is_self
)
return
await
confirm
({
title
:
'
删除
消息'
,
title
:
'
撤回
消息'
,
message
:
'确定删除这条消息?'
,
confirmText
:
'删除'
,
cancelText
:
'取消'
,
...
...
@@ -427,9 +427,7 @@ onActivated(() => {
:class=
"
{ 'items-end': message.is_self }"
>
<div
class=
"flex items-center gap-2 text-3 text-[#8c9bb0]"
>
<span>
{{
message
.
is_self
?
userInfo
.
name
:
activeConversation
.
other_user_name
}}
</span>
<span>
{{
message
.
sender_name
}}
</span>
<span
class=
"text-[#9eb0c6]"
>
{{
message
.
create_time_str
}}
</span>
</div>
...
...
@@ -454,7 +452,7 @@ onActivated(() => {
></p>
<template
#
dropdown
>
<el-dropdown-menu>
<el-dropdown-item
command=
"delete"
>
删除
消息
</el-dropdown-item>
<el-dropdown-item
command=
"delete"
>
撤回
消息
</el-dropdown-item>
</el-dropdown-menu>
</
template
>
</el-dropdown>
...
...
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