Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
78d18e85
Commit
78d18e85
authored
Dec 25, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改首页
parent
d88b562d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
performance_ranking.html
...n/index/view/performance_ranking/performance_ranking.html
+3
-2
performance_ranking.js
public/resource/js/performance_ranking.js
+10
-4
No files found.
application/index/view/performance_ranking/performance_ranking.html
View file @
78d18e85
...
...
@@ -292,8 +292,9 @@
<div
class=
"col-xs-4 p-a-10 p-t-0"
>
<div
class=
"panel panel-default"
>
<div
class=
"area-title p-a-15 p-b-10"
>
<a><span
id=
"table-title"
class=
"active table-choose"
></span></a>
<a><span
id=
"group-title"
class=
"table-choose left-padding "
>
团队Q档
</span></a>
<a><span
id=
"table-title"
class=
"active table-choose"
>
职称
</span></a>
<a><span
id=
"group-title"
class=
"table-choose left-padding "
>
团队
</span></a>
<a><span
id=
"initOder"
style=
"font-size:15px;"
>
加载排名
</span></a>
<a><span
class=
"title-time"
id=
"table-time"
></span></a>
</div>
...
...
public/resource/js/performance_ranking.js
View file @
78d18e85
...
...
@@ -13,10 +13,10 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
modal_btn_id
:
''
,
init
:
function
()
{
//初始化dot
performanceRanking
.
addDark
();
//
performanceRanking.addDark();
performanceRanking
.
event
();
performanceRanking
.
loadTableData
();
performanceRanking
.
loadTable2Data
();
//
performanceRanking.loadTableData();
//
performanceRanking.loadTable2Data();
performanceRanking
.
loadBusinessSchool
();
performanceRanking
.
loadNotice
();
performanceRanking
.
loadWinerData
();
...
...
@@ -74,6 +74,11 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
}
});
$
(
document
).
on
(
'click'
,
'#initOder'
,
function
(){
performanceRanking
.
loadTableData
();
performanceRanking
.
loadTable2Data
();
})
},
initDate
:
function
(){
...
...
@@ -327,6 +332,7 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
}
else
if
(
name
==
5
){
text
=
"无职称职称"
+
value
+
"档"
}
$
(
'#table-title'
).
empty
();
$
(
'#table-title'
).
text
(
text
);
}
else
{
$
(
'#table-title'
).
text
(
'职称排行'
);
...
...
@@ -403,7 +409,7 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
var
tableDat
=
'<tr><td colspan="4" >您还没有职称</td></tr>'
;
tableDat
+=
"<tr></tr>"
$
(
'#tbody2'
).
append
(
tableDat
);
//
$('#overlay').fadeOut('');
$
(
'#overlay'
).
fadeOut
(
''
);
}
});
},
...
...
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