|
@@ -29,6 +29,7 @@ $formID = rand(0, 100000);
|
|
|
<table class="table table-sm table-bordered mb-2 table-edit-sheet">
|
|
|
<thead>
|
|
|
<tr class="bg-light">
|
|
|
+ <th class="px-2 text-secondary border-bottom-0 width-30px text-center">#</th>
|
|
|
<th class="px-2 text-secondary border-bottom-0 width-50px hide-if-dashboard">
|
|
|
<label class="d-flex align-items-center c-pointer align-items-end m-0">
|
|
|
<input type="checkbox" class="mr-1" tabindex="-1"
|
|
@@ -45,6 +46,7 @@ $formID = rand(0, 100000);
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr v-for="(item, index) in items">
|
|
|
+ <td class="px-2 pt-2 text-center text-sm font-weight-bold">@{{ index + 1 }}</td>
|
|
|
<td class="px-2 hide-if-dashboard">
|
|
|
<label class="d-block c-pointer m-0 pt-1">
|
|
|
<input type="checkbox" class="mt-1" tabindex="-1"
|