Added auto size for motor type column for three phase
This commit is contained in:
@@ -165,7 +165,8 @@
|
|||||||
<td>{{ $record['Output'] ?? '' }}</td>
|
<td>{{ $record['Output'] ?? '' }}</td>
|
||||||
<td>{{ $record['Motor SNo'] ?? '' }}</td>
|
<td>{{ $record['Motor SNo'] ?? '' }}</td>
|
||||||
<td>{{ $record['Item Code'] ?? '' }}</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 --}}
|
{{-- BEFORE FREE RUN --}}
|
||||||
<td>{{ $record['Voltage_Before'] ?? '' }}</td>
|
<td>{{ $record['Voltage_Before'] ?? '' }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user