【功能优化】MALL:商品分类界面,增加【查看商品】按钮

This commit is contained in:
YunaiV
2024-07-28 14:54:52 +08:00
parent 8bbe9ad424
commit 36b5db16dd
3 changed files with 26 additions and 3 deletions

View File

@ -27,7 +27,7 @@
<el-button size="small" class="btn">
<Icon icon="ep:download" color="#787878" />
</el-button>
<el-button size="small" class="btn" @click="handleGoTopMessage" >
<el-button size="small" class="btn" @click="handleGoTopMessage">
<Icon icon="ep:top" color="#787878" />
</el-button>
</div>
@ -119,7 +119,6 @@ import MessageList from './components/message/MessageList.vue'
import MessageListEmpty from './components/message/MessageListEmpty.vue'
import MessageLoading from './components/message/MessageLoading.vue'
import MessageNewConversation from './components/message/MessageNewConversation.vue'
import { Download, Top } from '@element-plus/icons-vue'
/** AI 聊天对话 列表 */
defineOptions({ name: 'AiChat' })