Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
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
Commit
8c81a9fc
authored
May 21, 2024
by
cherishsince
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【已解决todo】AI 对话 删除、编辑 不切换对话
parent
5c15b7f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/views/ai/chat/Conversation.vue
+3
-3
No files found.
src/views/ai/chat/Conversation.vue
View file @
8c81a9fc
...
@@ -44,16 +44,16 @@
...
@@ -44,16 +44,16 @@
</div>
</div>
<!-- TODO done @fan:缺一个【置顶】按钮,效果改成 hover 上去展示 -->
<!-- TODO done @fan:缺一个【置顶】按钮,效果改成 hover 上去展示 -->
<div
class=
"button-wrapper"
>
<div
class=
"button-wrapper"
>
<el-button
class=
"btn"
link
@
click=
"handlerTop(conversation)"
>
<el-button
class=
"btn"
link
@
click
.
stop
=
"handlerTop(conversation)"
>
<el-icon
title=
"置顶"
v-if=
"!conversation.pinned"
><Top
/></el-icon>
<el-icon
title=
"置顶"
v-if=
"!conversation.pinned"
><Top
/></el-icon>
<el-icon
title=
"置顶"
v-if=
"conversation.pinned"
><Bottom
/></el-icon>
<el-icon
title=
"置顶"
v-if=
"conversation.pinned"
><Bottom
/></el-icon>
</el-button>
</el-button>
<el-button
class=
"btn"
link
@
click=
"updateConversationTitle(conversation)"
>
<el-button
class=
"btn"
link
@
click
.
stop
=
"updateConversationTitle(conversation)"
>
<el-icon
title=
"编辑"
>
<el-icon
title=
"编辑"
>
<Icon
icon=
"ep:edit"
/>
<Icon
icon=
"ep:edit"
/>
</el-icon>
</el-icon>
</el-button>
</el-button>
<el-button
class=
"btn"
link
@
click=
"deleteChatConversation(conversation)"
>
<el-button
class=
"btn"
link
@
click
.
stop
=
"deleteChatConversation(conversation)"
>
<el-icon
title=
"删除会话"
>
<el-icon
title=
"删除会话"
>
<Icon
icon=
"ep:delete"
/>
<Icon
icon=
"ep:delete"
/>
</el-icon>
</el-icon>
...
...
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