fix recipe detail link
This commit is contained in:
parent
49017ab39a
commit
3463ca405a
2 changed files with 6 additions and 12 deletions
|
|
@ -330,7 +330,7 @@
|
|||
<td class="px-4 py-4 flex">
|
||||
<!-- <recipe-modal productCode="{{ recipe.productCode }}"></recipe-modal> -->
|
||||
<a
|
||||
routerLink="/recipe/{{ recipe.productCode }}"
|
||||
routerLink="/{{department}}/recipe/{{ recipe.productCode }}"
|
||||
class="btn btn-ghost"
|
||||
>
|
||||
<svg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue