@@ -151,6 +151,13 @@ function tableConfig(tableIdClick: (props: {
width: 400,
ellipsis: true,
},
+ {
+ title: '操作参数',
+ dataIndex: 'requestJson',
+ key: 'requestJson',
+ width: 400,
+ ellipsis: true,
+ },
]
}