修复权限按钮类型添加问题,修复日志页面表格未对齐问题

This commit is contained in:
wojiaoyishang
2025-01-26 16:04:05 +08:00
parent 40d0ea956d
commit 145ccbfb3e
8 changed files with 54 additions and 69 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
elem: '#log-login-table',
url: MODULE_PATH + 'loginLog',
page: true,
cols: cols,
cols: JSON.parse(JSON.stringify(cols)), // 复制对象
skin: 'line',
toolbar: false
})