小跟新
This commit is contained in:
parent
181300a852
commit
8c096317e8
@ -228,6 +228,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="all">
|
||||
<div class="row mb-5">
|
||||
<div class="col-xl-12">
|
||||
<div class="card p-3 w-100" id="overviewtable">
|
||||
@ -287,6 +288,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
@ -840,9 +844,11 @@
|
||||
$(e).removeClass("btn-primary").addClass("btn-success");
|
||||
button = e;
|
||||
|
||||
$('#all').hide();
|
||||
|
||||
$('#hiretable').hide();
|
||||
$('#maxtable').hide();
|
||||
|
||||
tablehand(form);
|
||||
}
|
||||
|
||||
@ -1222,6 +1228,7 @@
|
||||
$('#overviewtable').show();
|
||||
$('#detailtable').show();
|
||||
|
||||
$('#all').show();
|
||||
nowform = form;
|
||||
}, 'json');
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user