Added auto size for motor type column for three phase

This commit is contained in:
dhanabalan
2025-06-02 14:05:45 +05:30
parent 47d103659c
commit 98de344917

View File

@@ -165,7 +165,8 @@
<td>{{ $record['Output'] ?? '' }}</td>
<td>{{ $record['Motor SNo'] ?? '' }}</td>
<td>{{ $record['Item Code'] ?? '' }}</td>
<td>{{ $record['Motor Type'] ?? '' }}</td>
{{-- <td>{{ $record['Motor Type'] ?? '' }}</td> --}}
<td style="white-space: nowrap;">{{ $record['Motor Type'] ?? '' }}</td>
{{-- BEFORE FREE RUN --}}
<td>{{ $record['Voltage_Before'] ?? '' }}</td>