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
c0386ff2
authored
Feb 22, 2019
by
许雪里
Committed by
GitHub
Feb 22, 2019
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge pull request #735 from gongstring/master
修改首页报表区间为本周,避免日志量太大查询慢
parents
3e9fe7ba
a0aca35f
Show 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 @
c0386ff2
...
@@ -33,12 +33,12 @@ $(function () {
...
@@ -33,12 +33,12 @@ $(function () {
monthNames
:
I18n
.
daterangepicker_custom_monthnames
.
split
(
','
)
,
// '一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'
monthNames
:
I18n
.
daterangepicker_custom_monthnames
.
split
(
','
)
,
// '一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'
firstDay
:
1
firstDay
:
1
},
},
startDate
:
rangesConf
[
I18n
.
daterangepicker_ranges_recent_
month
][
0
]
,
startDate
:
rangesConf
[
I18n
.
daterangepicker_ranges_recent_
week
][
0
]
,
endDate
:
rangesConf
[
I18n
.
daterangepicker_ranges_recent_
month
][
1
]
endDate
:
rangesConf
[
I18n
.
daterangepicker_ranges_recent_
week
][
1
]
},
function
(
start
,
end
,
label
)
{
},
function
(
start
,
end
,
label
)
{
freshChartDate
(
start
,
end
);
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
* 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