正在显示
2 个修改的文件
包含
1 行增加
和
6 行删除
| @@ -20,6 +20,7 @@ export const columns: BasicColumn[] = [ | @@ -20,6 +20,7 @@ export const columns: BasicColumn[] = [ | ||
| 20 | title: '回答', | 20 | title: '回答', |
| 21 | align: 'center', | 21 | align: 'center', |
| 22 | dataIndex: 'answer', | 22 | dataIndex: 'answer', |
| 23 | + width: 500, | ||
| 23 | }, | 24 | }, |
| 24 | { | 25 | { |
| 25 | title: '模型名称', | 26 | title: '模型名称', |
| @@ -11,12 +11,6 @@ export const columns: BasicColumn[] = [ | @@ -11,12 +11,6 @@ export const columns: BasicColumn[] = [ | ||
| 11 | width: 60, | 11 | width: 60, |
| 12 | }, | 12 | }, |
| 13 | { | 13 | { |
| 14 | - title: 'ID', | ||
| 15 | - align: 'center', | ||
| 16 | - dataIndex: 'id', | ||
| 17 | - width: 200, | ||
| 18 | - }, | ||
| 19 | - { | ||
| 20 | title: '知识库', | 14 | title: '知识库', |
| 21 | align: 'center', | 15 | align: 'center', |
| 22 | dataIndex: 'knowledgeName', | 16 | dataIndex: 'knowledgeName', |
-
请 注册 或 登录 后发表评论