|
@@ -60,8 +60,8 @@
|
|
<input type="checkbox" class="custom-control-input" [(ngModel)]="selectedAll" (change)="selectAll();" id="customCheck" name="example1">
|
|
<input type="checkbox" class="custom-control-input" [(ngModel)]="selectedAll" (change)="selectAll();" id="customCheck" name="example1">
|
|
</div>
|
|
</div>
|
|
</th>
|
|
</th>
|
|
- <th>إسم الموديل</th>
|
|
|
|
<th>نوع المركبه</th>
|
|
<th>نوع المركبه</th>
|
|
|
|
+ <th>إسم الموديل</th>
|
|
<th>اللون</th>
|
|
<th>اللون</th>
|
|
<th>الحاله</th>
|
|
<th>الحاله</th>
|
|
<th *ngIf="authSer.showEditBtn">تعديل</th>
|
|
<th *ngIf="authSer.showEditBtn">تعديل</th>
|
|
@@ -75,10 +75,10 @@
|
|
<!-- <label class="custom-control-label disblayBlock-w" for="{{tab.id}}" style="color:#2a2a2a"></label> -->
|
|
<!-- <label class="custom-control-label disblayBlock-w" for="{{tab.id}}" style="color:#2a2a2a"></label> -->
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
- <td>{{data.vehicle_model_name}}</td>
|
|
|
|
<td>{{data.vehicle_type_name}}</td>
|
|
<td>{{data.vehicle_type_name}}</td>
|
|
|
|
+ <td>{{data.vehicle_model_name}}</td>
|
|
<td>{{data.color}}</td>
|
|
<td>{{data.color}}</td>
|
|
- <td>{{data.vehicle_status}}</td>
|
|
|
|
|
|
+ <td>{{data.vehicle_status == 'new' ? 'جديد' : ' مستعمل'}}</td>
|
|
<td *ngIf="authSer.showEditBtn"><button type="button" class="btn btn-outline-secondary" (click)="onEdit(data.id)"><i class="fas fa-edit"></i></button></td>
|
|
<td *ngIf="authSer.showEditBtn"><button type="button" class="btn btn-outline-secondary" (click)="onEdit(data.id)"><i class="fas fa-edit"></i></button></td>
|
|
</tr>
|
|
</tr>
|
|
</tbody>
|
|
</tbody>
|