Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
004c8b0d
authored
May 23, 2016
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
用户手册更新
parent
f865afd3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
doc/XXL-JOB1.3.x用户手册_20160522_2306.docx
xxl-job-admin/src/main/webapp/static/js/joblog.index.1.js
doc/XXL-JOB1.3.x用户手册_20160522_2306.docx
deleted
100644 → 0
View file @
f865afd3
No preview for this file type
xxl-job-admin/src/main/webapp/static/js/joblog.index.1.js
View file @
004c8b0d
...
@@ -26,7 +26,7 @@ $(function() {
...
@@ -26,7 +26,7 @@ $(function() {
firstDay
:
1
firstDay
:
1
}
}
});
});
$
(
'#filterTime'
).
val
(
moment
(
new
Date
()).
format
(
"YYYY-MM-DD 00:00:00"
)
+
' - '
+
moment
(
new
Date
()).
format
(
"YYYY-MM-DD HH:mm:ss"
)
);
$
(
'#filterTime'
).
val
(
moment
(
new
Date
()).
format
(
"YYYY-MM-DD 00:00:00"
)
+
' - '
+
moment
(
new
Date
()).
add
(
1
,
'days'
).
format
(
"YYYY-MM-DD 00:00:00"
)
);
// YYYY-MM-DD HH:mm:ss
// init date tables
// init date tables
var
logTable
=
$
(
"#joblog_list"
).
dataTable
({
var
logTable
=
$
(
"#joblog_list"
).
dataTable
({
...
...
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