正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -55,7 +55,7 @@ export const columns: BasicColumn[] = [ | @@ -55,7 +55,7 @@ export const columns: BasicColumn[] = [ | ||
| 55 | align: 'center', | 55 | align: 'center', |
| 56 | dataIndex: 'codeType', | 56 | dataIndex: 'codeType', |
| 57 | customRender: ({ text }) => { | 57 | customRender: ({ text }) => { |
| 58 | - return text === 1 ? '输入框提问' : '快捷按钮提问'; | 58 | + return text === 1 ? '快捷按钮提问' : '输入框提问'; |
| 59 | }, | 59 | }, |
| 60 | }, | 60 | }, |
| 61 | { | 61 | { |
-
请 注册 或 登录 后发表评论