From 79a824b8f374810b2d7072ef4aac584a9d937561 Mon Sep 17 00:00:00 2001 From: dengzedong <dengzedong@email> Date: 星期五, 20 六月 2025 12:34:00 +0800 Subject: [PATCH] 绝对值累计 --- src/views/ai/chat/index/components/role/RoleList.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/ai/chat/index/components/role/RoleList.vue b/src/views/ai/chat/index/components/role/RoleList.vue index b148b22..e0388d0 100644 --- a/src/views/ai/chat/index/components/role/RoleList.vue +++ b/src/views/ai/chat/index/components/role/RoleList.vue @@ -41,9 +41,9 @@ </template> <script setup lang="ts"> -import {ChatRoleVO} from '@/api/ai/model/chatRole' -import {PropType, ref} from 'vue' -import {More} from '@element-plus/icons-vue' +import { ChatRoleVO } from '@/api/ai/model/chatRole' +import { PropType, ref } from 'vue' +import { More } from '@element-plus/icons-vue' const tabsRef = ref<any>() // tabs ref -- Gitblit v1.9.3