|
@@ -150,7 +150,7 @@ function renderTab(data,hisId){
|
|
let hasSelectAll = true;
|
|
let hasSelectAll = true;
|
|
if(data.length===0){
|
|
if(data.length===0){
|
|
$('tbody').html(`<tr><td colspan="17" style="text-align: center;color: #aaa">
|
|
$('tbody').html(`<tr><td colspan="17" style="text-align: center;color: #aaa">
|
|
- <img style="margin-top:50px;width:100px;" src="${require('../images/empty.png')}" />
|
|
|
|
|
|
+ <img style="margin-top:50px;width:100px;" src="${require('../images/empty1.png')}" />
|
|
<p style="margin-top:20px;margin-bottom:30px;color:#ccc;position:relative;left:5px;">暂无数据~</p>
|
|
<p style="margin-top:20px;margin-bottom:30px;color:#ccc;position:relative;left:5px;">暂无数据~</p>
|
|
</td></tr>`)
|
|
</td></tr>`)
|
|
return;
|
|
return;
|