fixed some bug change get by id to get by product code
This commit is contained in:
parent
7450796a6b
commit
d5cfdf496f
5 changed files with 30 additions and 29 deletions
|
|
@ -142,7 +142,7 @@
|
|||
{{ recipe.LastChange | date : "dd-MMM-yyyy hh:mm:ss" }}
|
||||
</td>
|
||||
<td class="px-4 py-4 flex">
|
||||
<recipe-modal id="{{ recipe.id }}"></recipe-modal>
|
||||
<recipe-modal productCode="{{ recipe.productCode }}"></recipe-modal>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue