feature(info-query): 优化SQL logger的埋点,增加说明

This commit is contained in:
2023-07-14 10:27:06 +08:00
parent ab50b3254b
commit 01500d2b5d
8 changed files with 293 additions and 231 deletions

View File

@@ -183,6 +183,14 @@ function toolTab() {
paginationCommonOptions(undefined, 10),
],
columns: [
{
name: 'sql',
label: 'SQL',
},
{
name: 'createTime',
label: '执行时间',
},
],
}
}