refactor: 日志列表显示优化
This commit is contained in:
@@ -13,10 +13,9 @@
|
||||
t1.request_uri,
|
||||
t1.method,
|
||||
t1.ip,
|
||||
CONCAT(t1.province, t1.city) AS region,
|
||||
CONCAT(t1.province," ", t1.city) AS region,
|
||||
t1.execution_time,
|
||||
t1.browser,
|
||||
t1.browser_version,
|
||||
CONCAT(t1.browser_name," ", t1.browser_version) AS browser,
|
||||
t1.os,
|
||||
t1.create_time,
|
||||
t2.nickname AS operator
|
||||
|
||||
Reference in New Issue
Block a user