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
1b06706a
Commit
1b06706a
authored
Dec 26, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改div empty
parent
184397b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
performance_ranking.js
public/resource/js/performance_ranking.js
+8
-1
No files found.
public/resource/js/performance_ranking.js
View file @
1b06706a
...
...
@@ -336,6 +336,7 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
$
(
'#table-title'
).
text
(
text
);
}
else
{
$
(
'#table-title'
).
text
(
'职称排行'
);
$
(
'#tbody1'
).
empty
();
var
tableDat
=
'<tr><td colspan="4" >您还没有职称</td></tr>'
;
tableDat
+=
"<tr></tr>"
$
(
'#tbody1'
).
append
(
tableDat
);
...
...
@@ -346,6 +347,7 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
$
(
'#table-title'
).
text
(
'职称排行'
);
var
tableDat
=
'<tr><td colspan="4" >您还没有职称</td></tr>'
;
tableDat
+=
"<tr></tr>"
$
(
'#tbody1'
).
empty
();
$
(
'#tbody1'
).
append
(
tableDat
);
$
(
'#overlay'
).
fadeOut
(
''
)
}
...
...
@@ -390,6 +392,7 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
$
(
'#group-title'
).
text
(
text
);
}
else
{
console
.
log
(
false
);
$
(
'#tbody2'
).
empty
();
$
(
'#group-title'
).
text
(
'团队A档'
);
var
tableDat
=
'<tr><td colspan="4" >您还没有团队</td></tr>'
;
tableDat
+=
"<tr></tr>"
...
...
@@ -399,6 +402,7 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
}
else
{
$
(
'#group-title'
).
text
(
'团队A档'
);
$
(
'#tbody2'
).
empty
();
var
tableDat
=
'<tr><td colspan="4" >您还没有职称</td></tr>'
;
tableDat
+=
"<tr></tr>"
$
(
'#tbody2'
).
append
(
tableDat
);
...
...
@@ -406,6 +410,7 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
}
},
error
:
function
(
data
){
$
(
'#tbody2'
).
empty
();
var
tableDat
=
'<tr><td colspan="4" >您还没有职称</td></tr>'
;
tableDat
+=
"<tr></tr>"
$
(
'#tbody2'
).
append
(
tableDat
);
...
...
@@ -434,6 +439,7 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
tbody
=
'<tr><td colspan="4" >您还没有职称</td></tr>'
;
tbody
+=
"<tr></tr>"
}
$
(
'#tbody1'
).
empty
();
$
(
'#tbody1'
).
append
(
tbody
);
$
(
'#overlay'
).
fadeOut
(
''
)
...
...
@@ -457,9 +463,10 @@ define (['doT', 'ckfinder','ckfinderStart', 'css!style/home.css',"datetimepicker
tbody
+=
'</tr>'
;
}
}
else
{
tbody
=
'<tr><td colspan="4" >您还没有
职称
</td></tr>'
;
tbody
=
'<tr><td colspan="4" >您还没有
团队
</td></tr>'
;
tbody
+=
"<tr></tr>"
}
$
(
'#tbody2'
).
empty
();
$
(
'#tbody2'
).
append
(
tbody
);
$
(
'#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