fix: jalali date defaults, calendar arrow direction, payment status label, edit page load, and session holding notification

This commit is contained in:
2026-08-21 20:17:37 +03:30
parent 8cd6e38c59
commit 78c6fe4529
9 changed files with 221 additions and 14 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ import Button from 'primevue/button';
const route = useRoute();
const router = useRouter();
const { showSuccess, showError } = useToast();
const { toLatinDigits } = usePersianDate();
const { toLatinDigits, getTodayJalali } = usePersianDate();
const sessionId = route.params.id;
const isEditMode = computed(() => !!sessionId);