fix Vue cookedon sort

This commit is contained in:
smilerz
2022-02-15 09:14:27 -06:00
parent 4e8bbefc17
commit f9ae48e23c

View File

@@ -847,7 +847,7 @@ export default {
const field = [
[this.$t("search_rank"), "score", "1-9", "9-1"],
[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("times_cooked"), "favorite", "*-x", "x-*"],
[this.$t("date_created"), "created_at", "↑", "↓"],