@@ -380,9 +380,14 @@ class="fas fa-plus">
+
+ @livewire('execução.step-by-step-equipment-tasks')
+
{{-- ./Modal-showProgressEquipment --}}
@endsection
+@livewireScripts
+
@section('scriptsTemplateAdmin')
+
@@ -511,14 +516,26 @@ class="fas fa-plus">
// data: 'entry_date',
// name: 'entry_date'
// },
+
+ // {
+ // data: 'equipment_id',
+ // name: 'equipment_id',
+ // render: function(data, type, row) {
+ // return '
';
+ // }
+ // }
+
{
data: 'equipment_id',
name: 'equipment_id',
render: function(data, type, row) {
- return '
';
+ console.log(data);
+ return `
`;
+
}
}
+
],
rowId: 'equipment_id'
});
@@ -539,6 +556,16 @@ class="fas fa-plus">
});
+
+
+
+
+
+
+
+
@@ -93,8 +168,6 @@ class="btn btn-block bg-gradient-primary btn-lg">Articulado
-
-
-
- {{-- card-body --}}
-
-
-
-
-
-
-
-
-