From 3880399bef4144fa15264f470a0a51034c0253c9 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期四, 29 五月 2025 14:00:18 +0800 Subject: [PATCH] ai工业大模型代码提交 --- 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