Browse Source

更新排名,颜色显示

jason.lu 6 years ago
parent
commit
1648e89360
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lazhang.html

+ 1 - 1
lazhang.html

@@ -174,7 +174,7 @@
                         </thead>
                         <tbody class="table-rank-0">
                             <tr v-for="one in parto" v-bind:class="{'red-bar' : one.isRed, 'green-bar': one.isGreen}">
-                                <td>{{one.seq}}</td>
+                                <td>{{one.seq+1}}</td>
                                 <td>{{one.workerName}}</td>
                                 <td>{{one.passNum}}</td>
                                 <td>{{one.failNum}}</td>