Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
6129ac35
Commit
6129ac35
authored
Apr 05, 2017
by
fsn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日志模块修改
parent
f975aee9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
src/main/webapp/WEB-INF/view/system/log/log.html
+2
-2
src/main/webapp/static/modular/system/log/log.js
+3
-3
No files found.
src/main/webapp/WEB-INF/view/system/log/log.html
View file @
6129ac35
...
...
@@ -11,10 +11,10 @@
<!-- 成员列表 -->
<div
class=
"example-wrap"
>
<div
class=
"example"
>
<div
class=
"hidden-xs"
id=
"LogTableToolbar"
role=
"group"
>
<div
class=
"hidden-xs"
id=
"
Opt
LogTableToolbar"
role=
"group"
>
<button
type=
"button"
class=
"btn btn-primary"
onclick=
"OptLog.detail()"
><i
class=
"fa fa-plus"
></i>
查看详情
</button>
</div>
<table
id=
"LogTable"
data-mobile-responsive=
"true"
<table
id=
"
Opt
LogTable"
data-mobile-responsive=
"true"
data-click-to-select=
"true"
>
<thead>
<tr>
...
...
src/main/webapp/static/modular/system/log/log.js
View file @
6129ac35
...
...
@@ -2,7 +2,7 @@
* 日志管理初始化
*/
var
OptLog
=
{
id
:
"
l
ogTable"
,
//表格id
id
:
"
OptL
ogTable"
,
//表格id
seItem
:
null
,
//选中的条目
table
:
null
,
layerIndex
:
-
1
...
...
@@ -55,8 +55,8 @@ OptLog.detail = function(){
$
(
function
(){
var
defaultColunms
=
OptLog
.
initColumn
();
var
table
=
new
BSTable
(
OptLog
.
id
,
"/log/list"
,
defaultColunms
);
table
.
setPaginationType
(
"client"
);
table
.
init
();
table
.
setPaginationType
(
"client"
);
table
.
init
();
OptLog
.
bindEvent
();
OptLog
.
table
=
table
;
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment