mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 21:58:54 -05:00
fix Vue cookedon sort
This commit is contained in:
@@ -847,7 +847,7 @@ export default {
|
|||||||
const field = [
|
const field = [
|
||||||
[this.$t("search_rank"), "score", "1-9", "9-1"],
|
[this.$t("search_rank"), "score", "1-9", "9-1"],
|
||||||
[this.$t("Name"), "name", "A-z", "Z-a"],
|
[this.$t("Name"), "name", "A-z", "Z-a"],
|
||||||
[this.$t("last_cooked"), "cookedon", "↑", "↓"],
|
[this.$t("last_cooked"), "lastcooked", "↑", "↓"],
|
||||||
[this.$t("Rating"), "rating", "1-5", "5-1"],
|
[this.$t("Rating"), "rating", "1-5", "5-1"],
|
||||||
[this.$t("times_cooked"), "favorite", "*-x", "x-*"],
|
[this.$t("times_cooked"), "favorite", "*-x", "x-*"],
|
||||||
[this.$t("date_created"), "created_at", "↑", "↓"],
|
[this.$t("date_created"), "created_at", "↑", "↓"],
|
||||||
|
|||||||
Reference in New Issue
Block a user