|
|
@@ -10,11 +10,11 @@
|
|
|
color="text-light"
|
|
|
flat
|
|
|
icon="mdi-chevron-left"
|
|
|
- size="sm"
|
|
|
+ size="md"
|
|
|
@click="setPeriodTypePrevious"
|
|
|
/>
|
|
|
|
|
|
- <span class="font10 fontbold">
|
|
|
+ <span class="font12 fontbold">
|
|
|
{{ showCorrectLabels() }}
|
|
|
</span>
|
|
|
|
|
|
@@ -22,7 +22,7 @@
|
|
|
color="text-light"
|
|
|
flat
|
|
|
icon="mdi-chevron-right"
|
|
|
- size="sm"
|
|
|
+ size="md"
|
|
|
@click="setPeriodTypeNext"
|
|
|
/>
|
|
|
</div>
|
|
|
@@ -132,7 +132,7 @@
|
|
|
rounded
|
|
|
size="sm"
|
|
|
unelevated
|
|
|
- :label="$t('dashboard_client.providers_close.schedule')"
|
|
|
+ :label="$t('dashboard_client.favorites.view_schedule')"
|
|
|
@click="goToScheduling(p)"
|
|
|
/>
|
|
|
</div>
|
|
|
@@ -161,7 +161,7 @@ const { t } = useI18n();
|
|
|
|
|
|
const $q = useQuasar();
|
|
|
|
|
|
-const currentPeriodType = ref(8);
|
|
|
+const currentPeriodType = ref(6);
|
|
|
|
|
|
const periodTypeMap = ref({
|
|
|
2: "daily_price_2h",
|