Added na radio option in quality validation
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
<th class="border px-2 py-1 w-2/3">Characteristics</th>
|
||||
<th class="border px-2 py-1 w-1/6">OK</th>
|
||||
<th class="border px-2 py-1 w-1/6">Not OK</th>
|
||||
<th class="border px-2 py-1 w-1/6">N/A</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -38,6 +39,12 @@
|
||||
wire:model="checklist.{{ $record['id'] }}"
|
||||
value="not_ok">
|
||||
</td>
|
||||
|
||||
<td class="border text-center">
|
||||
<input type="radio"
|
||||
wire:model="checklist.{{ $record['id'] }}"
|
||||
value="na">
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user