diff --git a/app/pages/client-orders/index.vue b/app/pages/client-orders/index.vue index f5c005e..34dfa71 100644 --- a/app/pages/client-orders/index.vue +++ b/app/pages/client-orders/index.vue @@ -195,10 +195,11 @@ const statusTabs = computed ({ plugins: [dayGridPlugin], locale: ruLocale, - initialView: 'dayGridMonth', + initialView: 'dayGridWeek', height: 'auto', fixedWeekCount: false, firstDay: 1, + weekends: false, headerToolbar: { left: 'prev,next today', center: 'title', @@ -240,21 +241,21 @@ const calendarOptions = computed(() => ({ return { html: `
-
-
-
- ${avatarSrc - ? `${customerName}` - : `${initials}`} -
-
-
${customerName}
-
${orderCode}
-
+
+
+ ${avatarSrc + ? `${customerName}` + : `${initials}`} +
+
+
${customerName}
+
${orderCode}
- ${orderGroupLabel}
-
${totalPriceLabel}
+
+ ${orderGroupLabel} +
${totalPriceLabel}
+
`, }; @@ -353,35 +354,27 @@ const calendarOptions = computed(() => ({