作者 dong

codetype修正

@@ -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 {