From bb360db5687a483f60fba3d457d3dcfb9994d683 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期四, 27 六月 2024 14:22:56 +0800
Subject: [PATCH] chat.vue

---
 src/views/project/ch/home/component/waterRight/top.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/views/project/ch/home/component/waterRight/top.vue b/src/views/project/ch/home/component/waterRight/top.vue
index ab63246..9d718d5 100644
--- a/src/views/project/ch/home/component/waterRight/top.vue
+++ b/src/views/project/ch/home/component/waterRight/top.vue
@@ -38,7 +38,7 @@
 						<img src="/static/images/wave/HeadImg.png" class="set-img-icon box-border" />
 					</el-button>
 
-					<el-button title="AI鐪嬪浘" class="cursor-pointer" link>
+					<el-button title="鍙戦��" class="cursor-pointer" link @click="sendClick">
 						<div class="send">
 							<img src="/static/images/wave/QueryImg.png" />
 						</div>
@@ -51,6 +51,11 @@
 
 <script setup lang="ts">
 import { reactive } from 'vue';
+const emits = defineEmits(['sendClick']);
+
+const sendClick = () => {
+	emits('sendClick');
+};
 let state = reactive({
 	roleList: [
 		{

--
Gitblit v1.9.3