Commit 3154aa75 by YunaiV

【功能优化】AI:聊天模型的 table 宽度

parent 57af8e22
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
<dict-tag :type="DICT_TYPE.AI_PLATFORM" :value="scope.row.platform" /> <dict-tag :type="DICT_TYPE.AI_PLATFORM" :value="scope.row.platform" />
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="模型名字" align="center" prop="name" /> <el-table-column label="模型名字" align="center" prop="name" min-width="120" />
<el-table-column label="模型标识" align="center" prop="model" /> <el-table-column label="模型标识" align="center" prop="model" min-width="120" />
<el-table-column label="API 秘钥" align="center" prop="keyId" min-width="140"> <el-table-column label="API 秘钥" align="center" prop="keyId" min-width="140">
<template #default="scope"> <template #default="scope">
<span>{{ apiKeyList.find((item) => item.id === scope.row.keyId)?.name }}</span> <span>{{ apiKeyList.find((item) => item.id === scope.row.keyId)?.name }}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment