File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
src/views/ai/chat/index/components/role Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 23
23
@click =" handlerAddRole"
24
24
class =" ml-20px"
25
25
>
26
- <!-- TODO @fan:下面两个 icon,可以使用类似 <Icon icon="ep:question-filled" /> 替代哈 -->
27
- <el-icon >
28
- <User />
29
- </el-icon >
26
+ <Icon icon =" ep:user" style =" margin-right : 5px ;" />
30
27
添加角色
31
28
</el-button >
32
29
</div >
67
64
</template >
68
65
69
66
<script setup lang="ts">
70
- import { ref } from ' vue'
67
+ import {ref } from ' vue'
71
68
import RoleHeader from ' ./RoleHeader.vue'
72
69
import RoleList from ' ./RoleList.vue'
73
70
import ChatRoleForm from ' @/views/ai/model/chatRole/ChatRoleForm.vue'
74
71
import RoleCategoryList from ' ./RoleCategoryList.vue'
75
- import { ChatRoleApi , ChatRolePageReqVO , ChatRoleVO } from ' @/api/ai/model/chatRole'
76
- import { ChatConversationApi , ChatConversationVO } from ' @/api/ai/chat/conversation'
77
- import { Search , User } from ' @element-plus/icons-vue'
78
- import { TabsPaneContext } from ' element-plus'
72
+ import {ChatRoleApi , ChatRolePageReqVO , ChatRoleVO } from ' @/api/ai/model/chatRole'
73
+ import {ChatConversationApi , ChatConversationVO } from ' @/api/ai/chat/conversation'
74
+ import {Search } from ' @element-plus/icons-vue'
75
+ import {TabsPaneContext } from ' element-plus'
79
76
80
77
const router = useRouter () // 路由对象
81
78
You can’t perform that action at this time.
0 commit comments