diff --git a/src/views/agent/chat/components/HistoryChat.vue b/src/views/agent/chat/components/HistoryChat.vue index 1a1590b..479aa92 100644 --- a/src/views/agent/chat/components/HistoryChat.vue +++ b/src/views/agent/chat/components/HistoryChat.vue @@ -2,33 +2,33 @@
- +
-
{{cozeInfo.name}}
+
{{ cozeInfo.name }}
- +
对话式
-
{{cozeInfo.views}}
-
次使用
+ + {{ cozeInfo.views }} + + + 次使用 +
- {{cozeInfo.description}} + {{ cozeInfo.description }}
-
@@ -64,8 +64,7 @@ const truncateText = (text: string, maxLength = 30) => { return text.slice(0, maxLength) + '...'; }; -onMounted(() => { -}); +onMounted(() => {});