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
a0aca35f
authored
Jan 26, 2019
by
gongstring
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改首页报表区间为本周,避免日志量太大查询慢
parent
3f00fa39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
xxl-job-admin/src/main/resources/static/js/index.js
xxl-job-admin/src/main/resources/static/js/index.js
View file @
a0aca35f
...
...
@@ -33,12 +33,12 @@ $(function () {
monthNames
:
I18n
.
daterangepicker_custom_monthnames
.
split
(
','
)
,
// '一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'
firstDay
:
1
},
startDate
:
rangesConf
[
I18n
.
daterangepicker_ranges_recent_
month
][
0
]
,
endDate
:
rangesConf
[
I18n
.
daterangepicker_ranges_recent_
month
][
1
]
startDate
:
rangesConf
[
I18n
.
daterangepicker_ranges_recent_
week
][
0
]
,
endDate
:
rangesConf
[
I18n
.
daterangepicker_ranges_recent_
week
][
1
]
},
function
(
start
,
end
,
label
)
{
freshChartDate
(
start
,
end
);
});
freshChartDate
(
rangesConf
[
I18n
.
daterangepicker_ranges_recent_
month
][
0
],
rangesConf
[
I18n
.
daterangepicker_ranges_recent_month
][
1
]);
freshChartDate
(
rangesConf
[
I18n
.
daterangepicker_ranges_recent_
week
][
0
],
rangesConf
[
I18n
.
daterangepicker_ranges_recent_week
][
1
]);
/**
* fresh Chart Date
...
...
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