Mobile app framework7 on-click redirect from repeat list based on query params

I see two issues.
First - your condition will always check the values of the first record in the repeat:

Second - if part of this url is supposed to be dynamic, then the expression is wrong. This is all static:

Also, when showing your code, please post your code here, not screenshots. We can’t copy code from screenshots.

And from what i see, in your case you either need to use params for the page flow and pass the clicked record location_pret and status_intervention, or just apply an inline flow for the repeat items onclick event.