hmt 4 роки тому
батько
коміт
73399e1cd8
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      src/components/Schueler.svelte

+ 2 - 0
src/components/Schueler.svelte

@@ -105,6 +105,7 @@
         <th></th>
         <th>Titel</th>
         <th>Barcode</th>
+        <th>Jahr</th>
         <th>Rückgabe</th>
       </tr>
     </thead>
@@ -114,6 +115,7 @@
           <td>{i+1}</td>
           <td>{m.name}</td>
           <td>{m.barcode}</td>
+          <td>{m.jahr}</td>
           <td align="center">
             <span class="icon has-text-danger pointer">
               <i