|
@@ -124,16 +124,17 @@
|
|
<div class="col-md-7 text-white ">
|
|
<div class="col-md-7 text-white ">
|
|
<div class="text-center text-lg big-letter">本厂今日生产能手榜</div>
|
|
<div class="text-center text-lg big-letter">本厂今日生产能手榜</div>
|
|
<div class="row">
|
|
<div class="row">
|
|
- <div class="col-6 text-center big-letter">红榜</div>
|
|
|
|
- <div class="col-6 text-center big-letter">黑榜</div>
|
|
|
|
- </div>
|
|
|
|
- <div class="row">
|
|
|
|
- <div class="col-md-3">
|
|
|
|
|
|
+ <div class="col-md-6">
|
|
<table class="table table-bordered text-center table-striped">
|
|
<table class="table table-bordered text-center table-striped">
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
|
|
+ <th scope="col" colspan="4">红榜</th>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
<th>人员</th>
|
|
<th>人员</th>
|
|
<th>良品数</th>
|
|
<th>良品数</th>
|
|
|
|
+ <th>人员</th>
|
|
|
|
+ <th>不良率</th>
|
|
|
|
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
@@ -142,45 +143,22 @@
|
|
|
|
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
- <div class="col-md-3">
|
|
|
|
|
|
+
|
|
|
|
+ <div class="col-md-6">
|
|
<table class="table table-bordered text-center table-striped">
|
|
<table class="table table-bordered text-center table-striped">
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
- <th>人员</th>
|
|
|
|
- <th>不良率</th>
|
|
|
|
-
|
|
|
|
|
|
+ <th scope="col" colspan="4">黑榜</th>
|
|
</tr>
|
|
</tr>
|
|
- </thead>
|
|
|
|
- <tbody id="rank-four">
|
|
|
|
- </tbody>
|
|
|
|
- </table>
|
|
|
|
- </div>
|
|
|
|
- <div class="col-md-3">
|
|
|
|
- <table class="table table-bordered text-center table-striped">
|
|
|
|
- <thead>
|
|
|
|
<tr>
|
|
<tr>
|
|
<th>人员</th>
|
|
<th>人员</th>
|
|
<th>良品数</th>
|
|
<th>良品数</th>
|
|
-
|
|
|
|
- </tr>
|
|
|
|
- </thead>
|
|
|
|
- <tbody id="rank-three">
|
|
|
|
- </tbody>
|
|
|
|
- </table>
|
|
|
|
- </div>
|
|
|
|
- <div class="col-md-3">
|
|
|
|
- <table class="table table-bordered text-center table-striped">
|
|
|
|
- <thead>
|
|
|
|
- <tr>
|
|
|
|
-
|
|
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
<th>人员</th>
|
|
<th>人员</th>
|
|
-
|
|
|
|
<th>不良率</th>
|
|
<th>不良率</th>
|
|
|
|
+
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
- <tbody id="rank-five">
|
|
|
|
|
|
+ <tbody id="rank-three">
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|